RfsgDriverIdentity Class
- Updated2025-02-03
- 3 minute(s) read
Rfsg
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
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
Name | Description | |
---|---|---|
![]() | Description | Gets a string that contains a brief description of NI-RFSG driver. |
![]() | Identifier | Gets the serial number of the instrument. |
![]() | InstrumentFirmwareRevision | Gets firmware revision information for the NI-RFSG device you are currently using. |
![]() | InstrumentManufacturer | Gets the name of the manufacturer of the current NI-RFSG device. |
![]() | InstrumentModel | Gets a string that contains the model number or name of the NI-RFSG device that you are currently using. |
![]() | Revision | Gets a string that contains additional version information about NI-RFSG. |
![]() | SpecificationMajorVersion | Gets the major version number of this instrument driver. |
![]() | SpecificationMinorVersion | Gets the minor version number of this instrument driver. |
![]() | SpecificDriverMajorVersion | Gets the major version number of the IVI class specification with which NI-RFSG driver is compliant. |
![]() | SpecificDriverMinorVersion | Gets the minor version number of the class specification with which NI-RFSG driver is compliant. |
![]() | Vendor | Gets a string that contains the name of the vendor that supplies NI-RFSG driver. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetGroupCapabilities | Returns a list of names of class capability groups that the IVI specific driver implements. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetSupportedInstrumentModels | Returns a list of names of instrument models with which the IVI specific driver is compatible. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | RevisionQuery | Obsolete. Returns the revision numbers of the NI-RFSG driver and the instrument firmware. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Remarks
For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in the
NI RF Signal Generators Help.