COMMAND DETAILS
125
Example :SEQ:POIN:RISE .3 A
Sets the rising slew rate
to 0.3 A/us
:SEQ:POIN:FALL .4 A
Sets the falling slew rate
to 0.4 A/us
Query Syntax :SEQuence:POINt::RISE/FALL?
Return Parameter <NR1> Slew Rate
1 unit = 1 A/us Returns the slew rate.
Query Example :SEQ:POIN:RISE?
0.30000
Returns the rising slew
rate (0.3 A/us).
:SEQ:POIN:FALL?
0.40000
Returns the falling slew
rate (0.4 A/us).
:SEQuence:POINt:TIME
Channel Specific
Command
Description
Sets the duration time of the current point in
seconds.
Syntax :SEQuence:POINt:TIME <NRf>[S], MIN, MAX
Parameter <NRf> Duration Time
0.0001~60000
0.0001~60,000.0 seconds
0.0001~60000S
0.0001~60,000.0 seconds
MIN 0.0001seconds
MAX 60,000 seconds
Example :SEQ:POIN:TIME 10
Sets the point duration
time to 10 seconds.
Query Syntax :SEQuence:POIN:TIME?
Return Parameter <NR2> Point
0.0001~60000 Returns the point duration
time.
Query Example :SEQ:POIN:TIME?
0.00100
The point duration time
is 0.001 seconds.
PEL-2000 Programming Manual
126
:SEQuence:REPeat
Channel Specific
Command
Description
Sets the number of times the sequence can be
repeated (looped).
Syntax :SEQuence:REPeat <NR1>
Parameter <NR1> Repeat setting
1~9999 1~9999
0 Infinite repeats
Example :SEQ:REP 10
Repeat 10 times
:SEQ:REP 0
Repeat infinitely
Query Syntax :SEQuence:REPeat?
Return Parameter <NR1> Repeat setting
1~9999 1~9999
0 Infinite
Query Example :SEQ:REP?
10
Repeats the sequence 10
times
:SEQuence:END:LOAD
Channel Specific
Command
Description
Sets On End Load to On or Off. On End Load
determines if the channel will set the load on or off
at the end of its sequence until the end of the last
sequence (of ALL other channels).
Syntax :SEQuence:END:LOAD OFF/0, ON/1
Parameter OFF/0, ON/1 On End Load
OFF/0 Off
ON/1 On
Example :SEQ:END:LOAD 0
On End Load = Off.
Query Syntax :SEQuence:END:LOAD?