![]() |
Configure()






Public Function |
Declared in: NiIviFgen.h |
Declaration
inline void Configure( const CString& ch, long handle, double gain, double offset);
Description
Configures the properties of the function generator that affect arbitrary sequence generation.
Parameters
const CString& ch
long handle
double gain
double offset
The channel on which to configure the arbitrary sequence.
The handle of the arbitrary sequence to generate.
The factor by which the function generator scales the arbitrary waveform data.
This function sets the Arbitrary.Gain property to the value you specify for this parameter.
The value the function generator adds to the arbitrary waveform data.
This function sets the Arbitrary.Offset property to the value you specify for this parameter.