RfsgDriverUtility.SelfTest Method
- Updated2024-05-08
- 1 minute(s) read
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: RfsgSelfTestResultReturns the RfsgSelfTestResult struct that contains an error code and a self-test status message.
Exceptions
Exception | Condition |
---|---|
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.