Keysight Technologies M9383A PXIe Programming Manual page 21

Vector signal generator
Table of Contents

Advertisement

If these drivers were installed, additional information can be found under
"Initializing the IVI-COM Driver"
KtM9383 IVI Driver Reference
Start > All Programs > Keysight Instrument Drivers > IVI-COM-C Drivers >
KtM9383A uW Source > KtM9383A IVI Driver Help
21
bool IdQuery = true;
Description :
IdQuery
from verifying that the connected instrument is the one the driver was
written for because if
IdQuery
model and fail initialization if the model is not supported by the driver.
bool Reset = true;
Description:
- Setting
Reset
the instrument.
string OptionString = "QueryInstrStatus=true,
Simulate=true,
Description :
OptionString
QueryInstrStatus=true (Specifies whether the IVI specific driver
queries the instrument status at the end of each user operation.)
Simulate=true (Setting
should not attempt to connect to a physical instrument, but use a
simulation of the instrument instead.)
Cache=false (Specifies whether or not to cache the value of
properties.)
InterchangeCheck=false (Specifies whether the IVI specific
driver performs interchangeability checking.)
RangeCheck=false (Specifies whether the IVI specific driver
validates attribute values and function parameters.)
RecordCoercions=false (Specifies whether the IVI specific driver
keeps a list of the value coercions it makes for ViInt32 and ViReal64
attributes.)
DriverSetup= Trace=false";
Description:
DriverSetup=
supported by the driver, but not defined by IVI. If the Options String
parameter (
OptionString
Driver Setup attribute, the
following '
DriverSetup=
or
Model=VSG
Model=VSA
(If false, an output trace log of all driver calls is not saved in
Trace=false
an XML file.)
- Setting the
IdQuery
is set to true, this will query the instrument
to true tells the driver to initially reset
Reset
- Setup the following initialization options:
to true tells the driver that it
Simulate
(This is used to specify settings that are
in this example) contains an assignment for the
function assumes that everything
Initialize
' is part of the assignment.)
(Instrument model to use during simulation.)
from the following:
Keysight M9383A PXIe Vector Signal Generator
to false prevents the driver

Advertisement

Table of Contents
loading

Table of Contents