Resets all properties to default values and specifies steps to omit during the reset process, such as signal routes.

To avoid resetting routes on PXIe-5820/5830/5831/5832/5840/5841/5842/5860 that are in use by NI-RFSA sessions, NI recommends using this VI instead of the niRFSG Reset VI, with the steps to omit parameter set to Routes.

By default, this VI exhibits the same behavior as the niRFSG Reset VI. You can specify steps to omit using the steps to omit parameter. For example, if you set the steps to omit parameter to Routes, this VI does not release signal routes during the reset process.

When routes of signals between two devices are released, they are released regardless of which device created the route.

Supported Devices: PXIe-5644/5645/5646, PXIe-5820/5830/5831/5832/5840/5841/5842/5860

Related Topics

Triggers

Events


icon

Inputs/Outputs

  • civrn.png instrument handle

    instrument handle identifies your instrument session. instrument handle is obtained from either the niRFSG Initialize VI or the niRFSG Initialize With Options VI.

  • c1du64.png steps to omit

    steps to omit specifies a list of steps to skip during reset process. The default value is an empty array, which specifies that no steps are omitted during reset.

    Waveforms Omits clearing waveforms.
    Scripts Omits clearing scripts.
    Routes Omits the routing reset step. Routing is preserved after a reset. However, routing related properties are reset to default, and routing is released if the default properties are committed after reset.
    De-embedding Tables Omits deleting de-embedding tables.
  • cerrcodeclst.png error in

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

  • iivrn.png instrument handle out

    instrument handle out passes a reference to your instrument session to the next VI. instrument handle out is obtained from the niRFSG Initialize VI or the niRFSG Initialize With Options VI.

  • ierrcodeclst.png error out

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