Represents the result of the revision query operation.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public struct RfsaRevisionQueryResult

Remarks

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

Properties

NameDescription
FirmwareRevision

Gets a string that contains the firmware revision information for the NI-RFSA device that you are currently using.

InstrumentRevision

Gets a string that contains additional version information about NI-RFSA.

Methods

NameDescription
Equals(RfsaRevisionQueryResult)

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

Equals(object)

Determines whether this instance of RfsaRevisionQueryResult and the object that you specify are equal.

GetHashCode()

Returns the hash code for RfsaRevisionQueryResult.

Operators

NameDescription
operator!=(RfsaRevisionQueryResult, RfsaRevisionQueryResult)

Checks whether the two instances of RfsaRevisionQueryResult are unequal.

operator==(RfsaRevisionQueryResult, RfsaRevisionQueryResult)

Checks whether the two instances of RfsaRevisionQueryResult are equal.