ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgSelfTestResult Structure

RfsgSelfTestResult Structure

RfsgSelfTestResult Structure

Represents the result of the SelfTest.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public struct RfsgSelfTestResult
Public Structure RfsgSelfTestResult

The RfsgSelfTestResult type exposes the following members.

Constructors

  NameDescription
Public methodRfsgSelfTestResult
Initializes a new instance of RfsgSelfTestResult.
Top

Properties

  NameDescription
Public propertyCode
Gets the numeric result from the self-test operation.
Public propertyMessage
Gets the string returned from the instrument SelfTest.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of SelfTest and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RfsgSelfTestResult)
Determines whether the current instance of RfsgSelfTestResult and the RfsgSelfTestResult object that you specify are equal.
Public methodGetHashCode
Returns the hash code for the current instance of SelfTest.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two SelfTest instances have the same value.
Public operatorStatic memberInequality
Checks whether two instances of SelfTest are unequal.
Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Was this information helpful?