![Copper mountain Planar Tr1300/1 Programming Manual Download Page 17](http://html1.mh-extra.com/html/copper-mountain/planar-tr1300-1/planar-tr1300-1_programming-manual_2666184017.webp)
Planar
TR1300/1,
TR5048,
TR7530
Programming
Manual
SCPI
17
If
you
need
to
start
the
next
command
from
the
highest
level
of
the
structure,
this
command
should
start
from
a
colon
(':'):
SENS:FREQ:STAR
1
MHZ;:CALC:PAR:DEF
S21
4.10
IEEE488.2
Common
Commands
Overview
A
SCPI
compatible
instrument
must
support
a
set
of
common
commands
of
IEEE488.2
standard.
These
commands
start
with
an
asterix
('*').
The
list
of
such
commands
see
below:
*CLS
*ESE
*ESE?
*ESR?
*IDN?
*OPC
*OPC?
*RST
*SRE
*SRE?
*STB?
*TRG
*WAI
These
commands
are
used
for
resetting,
state
queries,
etc.
4.11
String
Terminator
The
<new
line>
character
(ASCII
10)
in
the
last
data
byte
of
the
command
string
is
used
as
a
command
terminator.
The
string
of
instructions
sent
to
the
instrument
is
executed
after
the
instruction
terminator
is
received.