Programming Manual UDP3000S Series
Instruments.uni-trend.com
20
/
49
:LISTout[:STATe]?
Format
:
:LISTout[:STATe]?
Function
:
Query the list output status mode of the current channel.
Description
:
It returns“Status (ON|PAUSED|ERROR|OFF), remaining time, the current point, termination point,
remaining cycle count, stop status (OFF|LAST)”.
For Example
:
:LISTout[:STATe]?
Return
:
ON,1.0,7,2047,0,OFF
:LISTout:BASE
Format
:
:LISTout:BASE <StrN>, <Grpn>, <CycN>, {OFF|LAST}
Function
:
Set the basic parameter for list output mode of the current channel.
Description
:
StrN
:
Output initial group number
,
range 0-2047
,
StrN + Grpn can not greater than 2048.
Grpn
:
Output group number
,
range 1-2048
,
StrN + Grpn can not greater than 2048.
CycN: Cycle count
,
range 1-99999.
OFF|LAST
:
Stop status, close output or keep the last output status.
Notice
:
When list output is running, the parameter can not be set.
For Example
:
:LISTout:BASE 1,100,1,OFF
:LISTout:BASE?
Format
:
:LISTout:BASE?
Function
:
Query the basic parameter of list output mode of the current channel.
Description
:
It returns”StrN, Grpn, CycN, {OFF|LAST}”
StrN
:
Output initial group number
,
range 0-2047.
Grpn
:
Output group number
,
range 1-2048.
CycN: Cycle count
,
range 1-99999.
OFF|LAST
:
Stop status, close output or keep the last output status.
For Example
:
:LISTout:BASE?
Return
:
1,100,1,OFF
:LISTout:PARAmeter
Format
:
:LISTout:PARAmeter <index>, <volt>, <curr>, <time>
Function
:
Set the group parameter for list output mode of the current channel.
Description
:
index
:
The group serial number for the group need to be set
,
range 0-2047.
volt
:
Output voltage of the group
,
unit is volt.
curr: Output current of the group
,
unit is ampere.
time
:
Output time of the group
,
unit is second.
Notice
:
When list output is running, the parameter can not be set.
For Example
:
:LISTout:PARAmeter 0, 10.00, 3.00, 1.5