NI-RFSA .NET Reference

RfsaRevisionQueryResult Structure

  • Updated2023-02-21
  • 3 minute(s) read
RfsaRevisionQueryResult Structure
Represents the result of the revision query operation.

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

Syntax

public struct RfsaRevisionQueryResult
Public Structure RfsaRevisionQueryResult

The RfsaRevisionQueryResult type exposes the following members.

Properties

  NameDescription
Public propertyFirmwareRevision
Gets a string that contains the firmware revision information for the NI-RFSA device that you are currently using.
Public propertyInstrumentRevision
Gets a string that contains additional version information about NI-RFSA.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether this instance of RfsaRevisionQueryResult and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RfsaRevisionQueryResult)
Determines whether the current instance of RfsaRevisionQueryResult and the RfsaRevisionQueryResult object that you specify are equal.
Public methodGetHashCode
Returns the hash code for RfsaRevisionQueryResult.
(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
Checks whether the two instances of RfsaRevisionQueryResult are equal.
Public operatorStatic memberInequality
Checks whether the two instances of RfsaRevisionQueryResult are unequal.
Top

Remarks

For more information, refer to NI RF Vector Signal Analyzers 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

Log in to get a better experience