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