RfpmSwitchDriverIdentity.InstrumentFirmwareRevision Property
- Updated2023-12-28
- 1 minute(s) read
RfpmSwitchDriverIdentityInstrumentFirmwareRevision Property
Gets a string that contains the firmware revision information for the switch device that is currently in use.
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public string InstrumentFirmwareRevision { get; }
Public ReadOnly Property InstrumentFirmwareRevision As String Get
Property Value
Type: StringThe firmware revision information for the switch device that is currently in use.
Implements
IIviDriverIdentityInstrumentFirmwareRevisionExceptions
Exception | Condition |
---|---|
ObjectDisposedException | InstrumentFirmwareRevision was accessed after the associated NIRfpmSwitch or RfpmSwitchDriverUtility object was disposed. |
IviCDriverException | The underlying NI-RFPM Switch driver returned an error. |