RfsgSelfTestResult Structure
- Updated2024-05-08
- 3 minute(s) read
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
Name | Description | |
---|---|---|
![]() | RfsgSelfTestResult |
Initializes a new instance of RfsgSelfTestResult.
|
Properties
Name | Description | |
---|---|---|
![]() | Code |
Gets the numeric result from the self-test operation.
|
![]() | Message |
Gets the string returned from the instrument SelfTest.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of SelfTest and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(RfsgSelfTestResult) |
Determines whether the current instance of RfsgSelfTestResult and the RfsgSelfTestResult object that you specify are equal.
|
![]() | GetHashCode |
Returns the hash code for the current instance of SelfTest.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether two SelfTest instances have the same value.
|
![]() ![]() | Inequality |
Checks whether two instances of SelfTest are unequal.
|
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.