Open source SCPI device library
Copyright © 2021 Jan Breuer under Simplified BSD license
size_t SCPI_DoubleToStr( double val, char * str, size_t len);
Convert double value val to prepared string buffer str. This function expects maximal length of the str buffer as len.
val
str
len