ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDriverIdentity Class

  • Updated2024-05-08
  • 4 minute(s) read
RfsgDriverIdentity Class

RfsgDriverIdentity Class

Represents the methods and properties that provide identity and version information about the NI-RFSG driver.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgSubObject
    NationalInstruments.ModularInstruments.NIRfsgRfsgDriverIdentity

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

Syntax

public sealed class RfsgDriverIdentity : RfsgSubObject, 
	IIviDriverIdentity, IIviComponentIdentity
Public NotInheritable Class RfsgDriverIdentity
	Inherits RfsgSubObject
	Implements IIviDriverIdentity, IIviComponentIdentity

The RfsgDriverIdentity type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets a string that contains a brief description of NI-RFSG driver.
Public propertyIdentifier
Gets the serial number of the instrument.
Public propertyInstrumentFirmwareRevision
Gets firmware revision information for the NI-RFSG device you are currently using.
Public propertyInstrumentManufacturer
Gets the name of the manufacturer of the current NI-RFSG device.
Public propertyInstrumentModel
Gets a string that contains the model number or name of the NI-RFSG device that you are currently using.
Public propertyRevision
Gets a string that contains additional version information about NI-RFSG.
Public propertySpecificationMajorVersion
Gets the major version number of this instrument driver.
Public propertySpecificationMinorVersion
Gets the minor version number of this instrument driver.
Public propertySpecificDriverMajorVersion
Gets the major version number of the IVI class specification with which NI-RFSG driver is compliant.
Public propertySpecificDriverMinorVersion
Gets the minor version number of the class specification with which NI-RFSG driver is compliant.
Public propertyVendor
Gets a string that contains the name of the vendor that supplies NI-RFSG driver.
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetGroupCapabilities
Returns a list of names of class capability groups that the IVI specific driver implements.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSupportedInstrumentModels
Returns a list of names of instrument models with which the IVI specific driver is compatible.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRevisionQuery Obsolete.
Returns the revision numbers of the NI-RFSG driver and the instrument firmware.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in 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

Log in to get a better experience