14 return value?
"1" :
"0";
rohdeschwarz helper function definition
std::string toScpi(bool value)
Converts C/C++ bool to SCPI bool.
bool toBool(std::string scpi)
Converts SCPI bool to C/C++ bool.
std::string trim(const std::string &text)
Trims whitespace beginning and end of string.