Télécharger Imprimer la page

Keysight Technologies 3458A Guide D'utilisation page 382

Multimètre

Publicité

7
BASIC Language for the 3458A
Looping and branching
FOR counter =initial_value TO final-value [STEP step_size]
NEXT counter
WHILE expression
ENDWHILE
IF expression THEN
[ ELSE ]
ENDIF
Binary programs
CALLARRAY array name, integer_list Fetches the internal address of the specified
array and begins execution there.
The array must have been previously loaded with data (converted to ASCII) using
the FILL command. The binary data must be Motorola 68000 executable code
written using relative addressing.
382
Keysight 3458A User's Guide

Publicité

loading