Represents the the result of an error query.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public struct RfsaErrorQueryResult

Remarks

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

Properties

NameDescription
ErrorCode

Gets the error code returned by the driver.

ErrorMessage

Gets the user readable error string.

Methods

NameDescription
Equals(RfsaErrorQueryResult)

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

Equals(object)

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

GetHashCode()

Returns the hash code for the current instance of RfsaErrorQueryResult.

Operators

NameDescription
operator!=(RfsaErrorQueryResult, RfsaErrorQueryResult)

Checks whether the two instances of RfsaErrorQueryResult are unequal.

operator==(RfsaErrorQueryResult, RfsaErrorQueryResult)

Checks whether the two instances of RfsaErrorQueryResult are equal.