
4-188 Agilent B1500A/B1505A Programming Guide, Edition 11
Command Reference
ST
ST
The ST command is used with the END command to store a program in the internal
program memory that can store 2,000 programs maximum, and a total of 40,000
commands.
The ST command indicates the start of the program, and assigns the program
number. If the assigned program number already exists, the B1500 deletes the old
program, and stores the new one.
The END command indicates the end of the program. If the END command is not
included, the B1500 stores the commands until the program memory is full.
Use the DO or RU command to execute stored programs.
Syntax STpnum[;command[;command...[;command]...];END
or
ST pnum
[command]
[command]
:
:
[command]
END
Parameters pnum : Program number. Integer expression. 1 to 2000.
command : Command stored in the internal program memory. Specify commands
according to normal syntax − no special syntax is necessary.
For the commands that cannot stored in the program memory, refer to Table 2-1 on
page 2-51.
Example
Statements
Example 1:
OUTPUT @B1500;"ST1;CN1;DV1,0,5,1E-4;TI1,0;CL1"
OUTPUT @B1500;"END"
Example 2:
OUTPUT @B1500;"ST 1"
OUTPUT @B1500;"CN 1"
OUTPUT @B1500;"DV 1,0,5,1E-4"
OUTPUT @B1500;"TI 1,0"
OUTPUT @B1500;"CL 1"
OUTPUT @B1500;"END"
Commentaires sur ces manuels