Drivers may choose to always validate some property/parameter values, never validate others, and optionally validate others, to avoid sending invalid commands to the instrument. If True, the driver performs optional validations.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public Property RangeCheck As Boolean
|
C#
|
public bool RangeCheck { get; set; }
|
Visual C++
|
HRESULT get_RangeCheck(
VARIANT_BOOL* val
);
HRESULT put_RangeCheck(
VARIANT_BOOL val
);
|
Property Value
Drivers may choose to always validate some property/parameter values, never validate others, and optionally validate others, to avoid sending invalid commands to the instrument. If True, the driver performs optional validations.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverOperation Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|