CNiIviFgenStandardWaveform
| CNiIviFgenStandardWaveform |
| Class |
Declared in: NiIviFgen.h |
Overview
Additional settings for generating standard waveforms. These settings affect the instrument behavior when the Output.Mode property is set to CNiIviFgen::FunctionMode.
Data Items
| double | Amplitude[] | The waveform's peak-to-peak amplitude in Volts. | |
| double | DcOffset[] | The waveform's DC Voltage offset from ground to center. | |
| double | DutyCycleHigh[] | The percentage of one waveform cycle that the output voltage level remains high when the Waveform property is set to CNiIviFgen::SquareWaveform. | |
| double | Frequency[] | The waveform's frequency in Hertz. | |
| double | StartPhase[] | The waveform's horizontal offset in degrees. | |
| long | Waveform[] | The standard waveform to generate. |
Functions
| inline void | Configure( const CString& ch, long wfm, double amplitude, double dcOffset, double frequency, double startPhase ) |
Configures the properties of the function generator that affect standard waveform generation. |