30#ifndef SCPIOscilloscope_h
31#define SCPIOscilloscope_h
43 virtual std::string
IDPing();
47 bool m_triggerOneShot;
50 std::recursive_mutex m_cacheMutex;
Generic representation of an oscilloscope, logic analyzer, or spectrum analyzer.
Definition: Oscilloscope.h:50
An SCPI-based oscilloscope.
Definition: SCPIInstrument.h:38
An SCPI-based oscilloscope.
Definition: SCPIOscilloscope.h:38
virtual std::string IDPing()
Returns the instrument's identification string.
Definition: SCPIOscilloscope.cpp:49