49 float m_committedLevel;
51 std::string m_frequency;
52 double m_committedFrequency;
54 std::string m_sweepStart;
55 float m_committedSweepStart;
57 std::string m_sweepStop;
58 float m_committedSweepStop;
60 std::string m_sweepStartLevel;
61 float m_committedSweepStartLevel;
63 std::string m_sweepStopLevel;
64 float m_committedSweepStopLevel;
66 std::string m_sweepDwellTime;
67 float m_committedSweepDwellTime;
70 int m_committedSweepPoints;
73 std::vector<RFSignalGenerator::SweepShape> m_sweepShapes;
74 std::vector<std::string> m_sweepShapeNames;
77 std::vector<RFSignalGenerator::SweepSpacing> m_sweepSpaceTypes;
78 std::vector<std::string> m_sweepSpaceNames;
81 std::vector<RFSignalGenerator::SweepType> m_sweepTypes;
82 std::vector<std::string> m_sweepTypeNames;
85 std::vector<RFSignalGenerator::SweepDirection> m_sweepDirections;
86 std::vector<std::string> m_sweepDirectionNames;
88 bool m_analogModEnabled;
93 std::vector<FunctionGenerator::WaveShape> m_fmWaveShapes;
94 std::vector<std::string> m_fmWaveShapeNames;
96 std::string m_fmDeviation;
97 float m_committedFmDeviation;
99 std::string m_fmFrequency;
100 float m_committedFmFrequency;