NIRfsg Namespace

Table of Contents

RfsgDriverIdentity Class

  • Updated2025-02-03
  • 3 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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

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 methodEqualsDetermines 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSupportedInstrumentModels Returns a list of names of instrument models with which the IVI specific driver is compatible.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRevisionQueryObsolete.
Returns the revision numbers of the NI-RFSG driver and the instrument firmware.
Public methodToStringReturns 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.

See Also

Log in to get a better experience