Specifies whether the device operation is finite or continuous and the number of samples to acquire.


icon

Inputs/Outputs

  • civrn.png session handle

    session handle identifies your instrument session.

    session handle is obtained from the niUSRP Open Rx Session VI and identifies a particular receive (Rx) session.

  • cbool.png number of samples is finite

    number of samples is finite specifies whether the device acquires a finite number of samples or acquires samples continuously. The default value is FALSE.

    TRUE The device acquires a finite number of samples.
    FALSE The device acquires samples continuously.
  • ci64.png number of samples

    number of samples specifies the number of samples to acquire from the device. This value is ignored if number of samples is finite is FALSE.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iivrn.png session handle out

    session handle out passes a reference to your instrument session to the next VI.

    session handle out is obtained from the niUSRP Open Rx Session VI and identifies a particular receive (Rx) session.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.