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