Programming Manual UDP3000S Series
Instruments.uni-trend.com
21
/
49
:LISTout:PARAmeter?
Format
:
:LISTout:PARAmeter? <index> [,<count>]
Function
:
Query the group parmeter of list output of the current channel.
Description
:
index
:
Query the setting parameter start from the serial number of the group
,
range 0-2047.
count
:
Number of group that need to be queried
,
range 1-10. When this parameter is ignored, query 1
group by default.
Return Format
:
It returns data by data block
,
data field is serial number, voltage, current, time of each
group. Such as“#2190,10.000,3.000,1.5;”
,
#219 represents data field have 19 data—“0,10.000,3.000,1.5;”
,
data contents shows group number 0, voltage 10.000, current 3.000
,
time 1.5s.
For Example
:
:LISTout:PARAmeter? 0
Return
:
#2190,10.000,3.000,1.5;
:LISTout:TEMPlet:SELect
Format
:
:LISTout:TEMPlet:SELect {SINE|PULSE|RAMP|UP|DN|UPDN|RISE|FALL}
Function
:
Select the template type for list output of the current channel.
Description
:
SINE
:
Template of sine wave
;
PULSE
:
Template of pulse mode
;
RAMP: Template of rampe mode
;
UP
:
Template of stair-rising
;
DN
:
Template of stair-down
;
UPDN
:
Template of up/down
;
RISE: Template of exponential rise
;
FALL
:
Template of exponential fall.
For Example
:
:LISTout:TEMPlet:SELect SINE
:LISTout:TEMPlet:SELect?
Format
:
:LISTout:TEMPlet:SELect?
Function
:
Query the template type of list output of the current channel.
Description
:
It returns {SINE|PULSE|RAMP|UP|DN|UPDN|RISE|FALL}.
For Example
:
:LISTout:PARAmeter?
Return
:
SINE
:LISTout:TEMPlet:OBJect
Format
:
:LISTout:TEMPlet:OBJect {V|C}
Function
:
Set the build object of the template for the list output mode of the current channel.
Description
:
V
:
Voltage
;
C
:
Current
;
For Example
:
:LISTout:TEMPlet:OBJect V
:LISTout:TEMPlet:OBJect?
Format
:
:LISTout:TEMPlet:OBJect? {V|C}