CNiIviFgenArbitraryWaveform::Configure

Measurement Studio IVI

Class
CNiIviFgenArbitraryWaveform::
Configure()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: ClearNext page: Create    
Public Function Declared in:
NiIviFgen.h

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

inline void Configure(
    const CString& ch,
    long handle,
    double gain,
    double offset);

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

Configures the properties of the function generator that affect arbitrary waveform generation.

Shortcut to top of page. Parameters

const CString& ch

The channel on which to configure the arbitirary waveform.

long handle

The handle of the arbitrary waveform to generate.

double gain

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.

double offset

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.

'See Also' icon -- Shortcut to top of page. See Also