
468
Keysight M8070A Programming Guide
5
SCPI Command Reference
:SYSTem:DCINterface:DEVice:MODE[?]
Syntax
:SYSTem:DCINterface:DEVice:MODE ‘identifier’, "mode"
:SYSTem:DCINterface:DEVice:MODE? ‘identifier’
Input
Parameters
‘identifier’: “DCI.Control”
‘mode’: Individual modes or configurations.
Description
This command relates to the DUT Control Interface hook functions
DUT_getDeviceModes and DUT_setDeviceMode.
When these functions are implemented by the currently used script (see
syst:dcin:load), then this command is controlling the Mode parameter
under the function Device for the Control location of the device under test.
The location argument must be the Control location as full system location
identifier as displayed in the parameter editor (e.g. "DCI.Control").
The mode argument must be one of the strings returned by
DUT_getDeviceModes.
This can be used to control configurations that are valid for the whole
device under test.
When sending this command in one SCPI transaction with
:syst:dcin:lane:mode, then the device mode hook (DUT_setDeviceMode)
will be executed before the lane specific mode (DUT_setLaneMode).
This query returns the current setting.
Example
:SYSTem:DCINterface:DEVice:MODE ‘DCI.Control’,‘Configuration1’