NIRfsa Namespace

Table of Contents

RfsaDriverUtility.SelfTest Method

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

RfsaDriverUtilitySelfTest Method

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

RfsaSelfTestResult
Returns an object of type RfsaSelfTestResult.

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience