AMETEK Ls Series Driver Manual User Manual
Page 194

IVI Driver Manual
Lx / Ls Series
190
your model.
resetDevice
Variable Type ViBoolean
Specify whether you want the to reset the instrument during the
initialization procedure.
Valid Range:
VI_TRUE (1) - Reset Device (Default Value)
VI_FALSE (0) - Don't Reset
optionString
Variable Type ViConstString
You can use this control to set the initial value of certain
attributes for the session. The following table lists the attributes
and the name you use in this parameter to identify the attribute.
Name Attribute Defined Constant
--------------------------------------------
RangeCheck CILXS_ATTR_RANGE_CHECK
QueryInstrStatus CILXS_ATTR_QUERY_INSTRUMENT_STATUS
Cache CILXS_ATTR_CACHE
Simulate CILXS_ATTR_SIMULATE
RecordCoercions CILXS_ATTR_RECORD_COERCIONS
The format of this string is, "AttributeName=Value" where
AttributeName is the name of the attribute and Value is the value to
which the attribute will be set. To set multiple attributes,
separate their assignments with a comma.
If you pass NULL or an empty string for this parameter and a VISA
resource descriptor for the Resource Name parameter, the session uses
the default values for the attributes. The default values for the
attributes are shown below:
Attribute Name Default Value
---------------- -------------
RangeCheck VI_TRUE
QueryInstrStatus VI_TRUE
Cache VI_TRUE
Simulate VI_FALSE
RecordCoercions VI_FALSE
If you pass NULL or an empty string for this parameter and a virtual
instrument or logical name for the Resource Name parameter, the
session uses the values that you configure for virtual instrument or
logical name with the IVI Configuration utility.
You can override the values of the attributes by assigning a value
explicitly in a string you pass for this parameter. You do not have