NIRfsg Namespace

Table of Contents

RfsgDriverUtility.SelfTest Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDriverUtility.SelfTest Method

RfsgDriverUtilitySelfTest Method

Performs a self-test on the NI-RFSG device and returns the test results.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public RfsgSelfTestResult SelfTest()
Public Function SelfTest As RfsgSelfTestResult

Return Value

RfsgSelfTestResult
Returns the RfsgSelfTestResult struct that contains an error code and a self-test status message.

Exceptions

ExceptionCondition
ObjectDisposedException The SelfTest method was accessed after the associated NIRfsg object was disposed.

Remarks

This method performs a simple series of tests to ensure that the NI-RFSG device is powered up and responding. This method does not affect external I/O connections or connections between devices. Complete functional testing and calibration are not performed by this method. The NI-RFSG device must be in the Configuration state before you call this method.

See Also

Log in to get a better experience