ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDriverUtility.SelfTest Method

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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public RfsgSelfTestResult SelfTest()
Public Function SelfTest As RfsgSelfTestResult

Return Value

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

Was this information helpful?