
Programming Commands
Introduction
Example OUTPUT Mta;"PROG:STR ’Command’,’CLEAR’"
OUTPUT Mta;"PROG:WAIT?"
ENTER Mta;A$
OUTPUT Mta;"PROG:STR? ’Response’"
ENTER Mta;Response$
OUTPUT Mta;"PROG:STAT CONT"
DEFAULT
The DEFAULT command string copies the default masks specified in the
Param variable. Select a mask from the following types:
STM-1: default mask for STM-1
STM-4: default mask for STM-4
STM-16: default mask for STM-16
OC-3: default mask for OC-3
OC-12: default mask for OC-12
OC-48: default mask for OC-48
Example OUTPUT Mta;"PROG:STR ’Param’,’STM-4’"
OUTPUT Mta;"PROG:STR ’Command’,’DEFAULT’"
OUTPUT Mta;"PROG:WAIT?"
ENTER Mta;A$
OUTPUT Mta;"PROG:STR? ’Response’"
ENTER Mta;Response$
OUTPUT Mta;"PROG:STAT CONT"
Values of Program Variables
Variable Data Type Value
Command
string DEFAULT
Param
string STM-1
STM-4
STM-16
OC-3
OC-12
OC-48
Response
string DONE