
466
Keysight M8070A Programming Guide
5
SCPI Command Reference
:SYSTem:DCINterface[:PROGram]:SELected?
Syntax
:SYSTem:DCINterface[:PROGram]:SELected?
Description
This query returns the DUT Control Interface script that is currently in use.
If the DUT Control Interface is not using a script, an empty string is
returned.
Example
:SYSTem:DCINterface:PROGram:SELected?
:SYSTem:DCINterface:EXEcute[:INIT]
Syntax
:SYSTem:DCINterface:EXEcute[:INIT] ‘Location’[,“ArgumentsForInit”]
Input
Parameters
‘Location’: ‘*.Lane*’
Description
This command matches the DUT Control Interface hook function
DUT_Init(location, argument).
Sending this command results in executing the function DUT_Init with the
given parameters if it is implemented by the script that is currently in use
(see syst:dcin:load).
The Location argument shall be one of the locations defined by the scripts
DUT_getLocations, but as full system location identifier.
For example, if,DUT_getLocations defines the locations "Lane1" and
"Lane2", then valid Location arguments are "DCI.Lane1" and "DCI.Lane2"
The argument string is not checked anyway, but simply passed to the
script implementation of DUT_Init.
Example
:SYSTem:DCINterface:execute:init "DCI.Lane1"