CNiIviScopeAcquisition::ConfigureRecord

Measurement Studio IVI

Class
CNiIviScopeAcquisition::
ConfigureRecord()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: TypeNext page: CNiIviScopeAcquisition    
Public Function Declared in:
NiIviScope.h

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

inline void ConfigureRecord(
    ViReal64 timePerRecord,
    ViInt32 minNumPts,
    ViReal64 startTime);

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

Configures the most commonly configured properties of the oscilloscope acquisition subsystem.

Shortcut to top of page. Parameters

ViReal64 timePerRecord

Specifies the time in seconds that corresponds to the record length.

This function sets the TimePerRecord property to the value you specify for this parameter.

ViInt32 minNumPts

Specifies the minimum number of points you require in the waveform record for each channel. This instrument driver uses the value you specify to configure the record length that the oscilloscope uses for waveform acquisition. Use the RecordLength property to obtain the actual record length.

This function sets the MinNumPts property to the value you specify for this parameter.

ViReal64 startTime

Specifies the length of time in seconds from the trigger event to the first point in the waveform record. If the value is positive, the first point in the waveform record occurs after the trigger event. If the value is negative, the first point in the waveform record occurs before the trigger event.

This function sets the StartTime property to the value you specify for this parameter.

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