CNiIviFgenStandardWaveform

Measurement Studio IVI

Class CNiIviFgenStandardWaveform Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: ConfigureNext page: Amplitude    
Class Declared in:
NiIviFgen.h

'Overview' icon -- Shortcut to top of page. Overview

Additional settings for generating standard waveforms. These settings affect the instrument behavior when the Output.Mode property is set to CNiIviFgen::FunctionMode.

Hierarchy Chart Hierarchy Chart

'Data Items' icon -- Shortcut to top of page. Data Items

Public data double Amplitude[] The waveform's peak-to-peak amplitude in Volts.
Public data double DcOffset[] The waveform's DC Voltage offset from ground to center.
Public data double DutyCycleHigh[] The percentage of one waveform cycle that the output voltage level remains high when the Waveform property is set to CNiIviFgen::SquareWaveform.
Public data double Frequency[] The waveform's frequency in Hertz.
Public data double StartPhase[] The waveform's horizontal offset in degrees.
Public data long Waveform[] The standard waveform to generate.

'Functions' icon -- Shortcut to top of page. Functions

Public function 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.