Télécharger Imprimer la page

Keysight Technologies 3458A Guide D'utilisation page 381

Multimètre

Publicité

Math operations
Numeric Operations: +, -, *, /, ^
Binary Operations: AND, OR, EXOR, NOT, BINAND, BINCMP, BINEOR,
Subprogram definition/deletion
SUB sub_name Identifies where the subprogram begins and assigns the name to
the subprogram.
SUBEND sub_name Identifies where the subprogram ends and also terminates
the entry of the subprogram.
DELSUB sub_name Deletes the specified subprogram from internal memory.
SCRATCH Deletes (scratches) all 3458AA subprograms, variables, and arrays from
internal memory.
CAT Lists the names of all 3458AA subprograms, simple variables, stored states,
and arrays that are presently stored in internal memory (limited to 400
characters).
LIST sub_name Lists the specified subprogram (limited to 400 characters).
COMPRESS sub_name Removes the text of the specified subprogram from
memory.
Subprogram execution commands
CALL sub_name Executes the named subprogram and waits for completion before
executing other commands.
PAUSE Pauses the most recent subprogram executed with the CALL command.
CONT Resumes subprogram execution after a PAUSE command is executed.
Keysight 3458A User's Guide
BASIC Language for the 3458A
=,
>,
<,
>=,
DIV, MOD, ABS, SQR, LOG, EXP, LGT, SIN, COS, ATN
BINIOR, BIT, ROTATE, SHIFT
<=,
<>
7
381

Publicité

loading