rohdeschwarz helper function definition
OutputType to_value(std::string input)
std::string unquote(const char *text)
Removes quotes from beginning and end of string.
std::string trim(const std::string &text)
Trims whitespace beginning and end of string.