User Manual

Remote Programing
91
Format of the parameters
The parameters can be key words, digital values, character strings, or digital expressions.
The interpreter is case-insensitive.
Key words
The key words can take two forms, like the instructions:
the abbreviated form (in upper-case)
The complete form (abbreviated form plus lower-case complement).
Thus, for some commands, we will find the parameters:
ON, OFF corresponding to the Boolean values (1,0)
EDGE, PULse, DELay, EVENt or TV for the triggering modes.
Digital values
These are numbers having several possible formats:
NR1
The parameter is a signed integer.
Example: 10
NR2
The parameter is a signed real without exponent.
Example: 10.1
NR3
The parameter is a signed real expressed with a mantissa and a signed exponent.
Example: 10.1e-3
NRf
(flexible Numeric Representation).
In the case of a physical quantity, these numbers can be followed by a multiple and its unit.
Units
V
S
PCT
Hz
MHz
F
OHM
DEG
Volt (Voltage)
Second (Time)
Percent (Percentage)
Hertz (Frequency)
Mega-Hertz (Frequency)
Farad (Capacitance)
Ohm (Resistance)
Degree Celsius
Multiples
MA
K
M
U
N
P
Mega: 10
+6
Kilo: 10
+3
Milli: 10
-3
Micro: 10
-6
Nano: 10
-9
Pico: 10
-12
Example: to enter a duration of 1 microsecond in NRf format,
it will be possible to write, at will: 1µs, 0.000001, 1e-6s, 1E-3ms, etc.