RfsaDriverUtility.SelfTest Method
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Performs a self-test on the NI-RFSA device and returns the test result.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public RfsaSelfTestResult SelfTest()
Public Function SelfTest As RfsaSelfTestResult
Return Value
RfsaSelfTestResultReturns an object of type RfsaSelfTestResult.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The SelfTest method was accessed after the associated NIRfsa object was disposed. |
Remarks
This method performs a simple series of tests verifying that the NI-RFSA device is powered on and responding.
This method calls the Reset method, which resets the software state.