work on generator

This commit is contained in:
2022-11-01 14:52:12 +03:00
parent 95136cad44
commit 491a7310c8
+4
View File
@@ -1,3 +1,7 @@
#include "Device.hpp"
void Generator::update() {
std::string response = query(m_channel + ":BSWV?");
}