#include "Device.hpp" void Generator::update() { std::string response = query(m_channel + ":BSWV?"); }