ni-rfsg-lv-api-ref-doc

Table of Contents

niRFSG Reset With Options VI

  • Updated2024-05-08
  • 3 minute(s) read

niRFSG Reset With Options VI

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 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

Related Topics

Triggers

Events

niRFSG Reset With Options

cio.gif

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

cu64.gif

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.gif

error in describes error conditions that occur before this node runs. The default is no error. This node does not pass the error in input to the error out output. Regardless of whether an error occurred before this node runs, the node returns no error.

This input contains status, code, and source, which provide standard error in functionality.

iio.gif

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.gif

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

Log in to get a better experience