37#ifndef SParameterChannel_h
38#define SParameterChannel_h
58 const std::string&
color,
62 AddStream(
Unit(Unit::UNIT_DB),
"mag", Stream::STREAM_TYPE_ANALOG);
63 AddStream(
Unit(Unit::UNIT_DEGREES),
"angle", Stream::STREAM_TYPE_ANALOG);
Definition AcceleratorBuffer.h:204
virtual size_t AddStream(Unit yunit, const std::string &name, Stream::StreamType stype, uint8_t flags=0)
Adds a new data stream to the channel.
Definition InstrumentChannel.cpp:125
A single channel on an oscilloscope.
Definition OscilloscopeChannel.h:49
Generic representation of an oscilloscope, logic analyzer, or spectrum analyzer.
Definition Oscilloscope.h:51
An OscilloscopeChannel containing S-parameter data in dB/degrees format.
Definition SParameterChannel.h:45
SParameterChannel(Oscilloscope *scope, const std::string &hwname, const std::string &color, size_t index)
Initialize the channel.
Definition SParameterChannel.h:56
A unit of measurement, plus conversion to pretty-printed output.
Definition Unit.h:59