The firmware revision reported by the physical instrument. If Simulation is enabled or the instrument is not capable of reporting the firmware revision, a string is returned that explains the condition.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public ReadOnly Property InstrumentFirmwareRevision As String
|
C#
|
public string InstrumentFirmwareRevision { get; }
|
Visual C++
|
HRESULT get_InstrumentFirmwareRevision(
BSTR* val
);
|
Property Value
The firmware revision reported by the physical instrument. If Simulation is enabled or the instrument is not capable of reporting the firmware revision, a string is returned that explains the condition.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverIdentity Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|