B.15 [source:]list:count:skip command, B.16 [source:]list:count:skip? query, B.17 [source:]list:current command – KEPCO KLP Series Developer's Guide, Rev 1 User Manual
Page 111: B.18 [source:]list:current? query, B.19 [source:]list:current:points? query, B.20 [source:]list:direction command, B.15, Sour, B.16, B.17

KLP 031113
B-5
B.15 [SOURce:]LIST:COUNt:SKIP COMMAND
LIST:COUN:SKIP
Syntax:
Short Form: LIST:COUN:SKIP nn
Long Form: LIST:COUNt:SKIP nn
nn = 0 to 100
Description: Allows beginning steps of list-generated waveform to be run once, then ignored.
When a list is to be repeated using LIST:COUNT, this command allows the user to skip the first nn
steps once the full set has been executed. After the first iteration (which executes all steps), the first
nn steps are skipped. The LIST:COUN:SKIP command allows the user to precondition a list-gener-
ated waveform by setting unique conditions at the beginning that are not repeated for the rest of the
repetitions. LIST:CLEar sets nn to 0. Only works in LIST:DIR UP mode, if LIST:DIR DOWN is issued,
this command has no effect. Related Commands: LIST:COUN, LIST:COUN:SKIP?, LIST:DIR,
LIST:CLE. (See example, Figure B-2.)
B.16 [SOURce:]LIST:COUNt:SKIP? QUERY
LIST:COUN:SKIP?
Syntax:
Short Form: LIST:COUN:SKIP? Long
Form:
LIST:COUNt:SKIP?
Return Value:
Description: Identifies how many steps will skipped the first time the list is executed. Returns value set by
LIST:COUN:SKIP command. (See example, Figure B-2.)
B.17 [SOURce:]LIST:CURRent COMMAND
LIST:CURR
Syntax:
Short Form: LIST:CURR
Long Form: LIST:CURRent
Description: Adds the current value (in Amps) to list. This command sequentially adds LIST:CURRent values to
the main channel List Data Table. Starting location is indicated by LIST:CURR:POIN? The maximum
number of entries is 100. Since the input buffer of the KLP has a limit of 253 characters, multiple com-
mands are necessary to complete the full 100 entries of the list. If LIST:VOLT has any entries, an error
message: -221,"Settings conflict" is posted in the error queue. Related Commands:
LIST:CURR:POIN?. (See example, Figure B-2.)
B.18 [SOURce:]LIST:CURRent? QUERY
LIST:CURR?
Syntax:
Short Form: LIST:CURR? Long
Form:
LIST:CURRent?
Return Value:
Description: Identifies the parameters (main channel) entered for the list. Starting at location established by
LIST:QUERy, returns comma-separated list of up to 16 values indicating the main channel parameters
entered. i.e., the contents of main channel List Data Table. Related Commands: LIST: CURR,
LIST:QUERy. If LIST:VOLT has any entries, an error message: -221,"Settings conflict" is posted in the
error queue. (See example, Figure B-2.)
B.19 [SOURce:]LIST:CURRent:POINts? QUERY
LIST:CURR:POIN?
Syntax:
Short Form: LIST:CURR:POIN? Long
Form:
LIST:CURRent:POINts?
Return Value:
Description: Identifies the total number of points in a list and the next location to be filled by LIST:CURR
command. The LIST:CURR pointer is initially at 0 via LIST:CLE. For each data point entered by a
LIST:CURR command the list pointer is incremented If LIST:CURR:POIN? returns 5, the LIST:CURR
pointer is at 5 indicating there are 6 data points comprising the list. If LIST:VOLT has any entries, an
error message: -221,"Settings conflict" is posted in the error queue.Related Commands: LIST:CURR.
B.20 [SOURce:]LIST:DIRection COMMAND
LIST:DIR
Syntax:
Short Form: LIST:DIR {UP | DOWN}
Long Form: LIST:DIRection {UP | DOWN}
Description: Allows the list to be executed from beginning to end (UP) or from end to the beginning
(DOWN). *RST or LIST:CLEar sets the list to the UP direction (beginning to end). Related Commands:
LIST:DWEL?.