Get Actual Record Length

Returns the actual number of points the digitizer acquires for each channel.

1378

Inputs/Outputs

datatype_icon

session in

Handle that identifies the NI-SCOPE instrument session as previously allocated by Initialize With Options .

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

session out

Reference to the NI-SCOPE instrument session to pass to the next node in the program.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

datatype_icon

actual record length

Returns the actual number of points the digitizer acquires for each channel.

NI-SCOPE returns the value held in the Horizontal Actual Record Length property.

Determining Waveform Size

After configuring the digitizer for an acquisition, call this node to determine the size of the waveforms that the digitizer acquires. The value is equal to or greater than the minimum number of points specified in Configure Horizontal Timing.

Using with Read and Fetch

Use the value returned by actual record length as the input to numSamples of Read and Fetch.