RfsgDriverIdentity Class
- Updated2024-05-08
- 4 minute(s) read
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
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
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 | (Inherited from Object.) |
![]() | GetGroupCapabilities |
Returns a list of names of class capability groups that the IVI specific driver implements.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (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.
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.