A comma-separated list of instrument models that the IVI specific driver can control. The string does not include an abbreviation for the manufacturer if it is the same for all models.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public ReadOnly Property SupportedInstrumentModels As String
|
C#
|
public string SupportedInstrumentModels { get; }
|
Visual C++
|
HRESULT get_SupportedInstrumentModels(
BSTR* val
);
|
Property Value
A comma-separated list of instrument models that the IVI specific driver can control. The string does not include an abbreviation for the manufacturer if it is the same for all models.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverIdentity Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|