Represents the result of the NationalInstruments.ModularInstruments.NIRfsa.RfsaDriverUtility.SelfTest method.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public struct RfsaSelfTestResult

Remarks

For more information, refer to NI RF Vector Signal Analyzers Help.

Properties

NameDescription
Code

Gets the numeric result from the self-test operation.

Message

Gets the string returned from the instrument NationalInstruments.ModularInstruments.NIRfsa.RfsaDriverUtility.SelfTest.

Methods

NameDescription
Equals(RfsaSelfTestResult)

Determines whether the current instance of RfsaSelfTestResult and the RfsaSelfTestResult object that you specify are equal.

Equals(object)

Determines whether the current instance of the RfsaSelfTestResult object and the object that you specify are equal.

GetHashCode()

Returns the hash code for RfsaSelfTestResult.

Operators

NameDescription
operator!=(RfsaSelfTestResult, RfsaSelfTestResult)

Checks whether the two instances of RfsaSelfTestResult are unequal.

operator==(RfsaSelfTestResult, RfsaSelfTestResult)

Checks whether the two instances of RfsaSelfTestResult are equal.