![]() |
ConfigureRecord()






Public Function |
Declared in: NiIviScope.h |
Declaration
inline void ConfigureRecord( ViReal64 timePerRecord, ViInt32 minNumPts, ViReal64 startTime);
Description
Configures the most commonly configured properties of the oscilloscope acquisition subsystem.
Parameters
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.
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.
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.