Represents the result of the SelfTest.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public struct RfsgSelfTestResult

Remarks

For more information, refer to the NI RF Signal Generators Help.

Constructors

NameDescription
RfsgSelfTestResult(int, string)

Initializes a new instance of RfsgSelfTestResult.

Properties

NameDescription
Code

Gets the numeric result from the self-test operation.

Message

Gets the string returned from the instrument SelfTest.

Methods

NameDescription
Equals(RfsgSelfTestResult)

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

Equals(object)

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

GetHashCode()

Returns the hash code for the current instance of SelfTest.

Operators

NameDescription
operator!=(RfsgSelfTestResult, RfsgSelfTestResult)

Checks whether two instances of SelfTest are unequal.

operator==(RfsgSelfTestResult, RfsgSelfTestResult)

Determines whether two SelfTest instances have the same value.