SelfTest()
- Updated2025-10-14
- 1 minute(s) read
Performs a self-test on the NI-RFSA device and returns the test result.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public RfsaSelfTestResult SelfTest()
Remarks
This method performs a simple series of tests verifying that the NI-RFSA device is powered on and responding.
Note
This method calls the Reset method, which resets the software state.
Returns
Returns an object of type RfsaSelfTestResult.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The NationalInstruments.ModularInstruments.NIRfsa.RfsaDriverUtility.SelfTest method was accessed after the associated NIRfsa object was disposed. |