![Copper mountain Planar Tr1300/1 Programming Manual Download Page 14](http://html1.mh-extra.com/html/copper-mountain/planar-tr1300-1/planar-tr1300-1_programming-manual_2666184014.webp)
Planar
TR1300/1,
TR5048,
TR7530
Programming
Manual
SCPI
14
4.6.1.2
Notations
The
SCPI
standard
allows
numeric
value
specification
in
different
notations.
Decimal
notation
is
used
by
default.
To
use
other
notations,
specify
the
numeric
values
in
the
following
way:
Notation
Prefix
Example
Binary
#B
#B11001010
=
202
10
Octal
#Q
#Q107
=
71
10
Hexadecimal
#H
#H10FF
=
4351
10
4.6.2
Booleans
The
booleans
can
assume
two
values:
logical
yes
and
logical
no
(ON
and
OFF),
and
specified
in
command
as:
ON
or
1
–
logical
yes
OFF
or
0
–
logical
no
For
example:
DISPlay:ENABle
OFF
DISPlay:ENABle
0
4.6.3
Character
Data
The
SCPI
standard
allows
specification
of
parameters
as
character
data,
as
in
the
following
command:
TRIGger:SOURce
{BUS|IMMediate|EXTernal}
the
possible
values
of
the
character
data
–
"BUS",
"IMMediate",
"EXTernal".
The
character
data
have
long
and
short
format,
and
the
formats
are
specified
in
accordance
with
the
same
rules
as
described
in
Section
4.4.
Apart
from
that,
the
character
data
can
be
combined
with
numerical
parameters.
For
example:
SENSe:FREQuency:STARt
{MINimum|MAXimum|<value>}
The
following
specifications
are
acceptable:
SENSe:FREQuency:STARt
MIN