If True, the driver does not perform I/O to the instrument, and returns simulated values for output parameters.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public Property Simulate As Boolean
|
C#
|
public bool Simulate { get; set; }
|
Visual C++
|
HRESULT get_Simulate(
VARIANT_BOOL* val
);
HRESULT put_Simulate(
VARIANT_BOOL val
);
|
Property Value
If True, the driver does not perform I/O to the instrument, and returns simulated values for output parameters.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverOperation Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|