Programming
EPM2000/EPM2000e Reference Guide
40
ASCII+
A commonly used form of data transmission, most easily readable. Data is indicated using scientific
notation and units are included. For example,
0.687E+00V.
When multiple values are transmitted (such as statistical data), the values are separated by a comma.
To avoid confusion, data headers should be utilized when transmitting multiple values (see
Programming -- Commands -- Statistics Send). An example of multiple values with headers is:
AVG=0.950E+00V,DEV=0.001E+00V.
Command Form
OUTputFORMat <?|BINary|ASCII|ASCII+>
Examples
Input Instrument Reply
out form bin none
out form ? OUTPUT: FORMAT BINARY
PROBE TYPE
Query the channel to determine the type of probe attached. In the case of a PowerMax probe, the
EPM2000 will also return the head code in hexadecimal notation.
Command Form
CHan <A|B|ALL> TYPE ?
Example
Input Instrument Reply
ch all type ? CHAN A: TYPE PYRO
CHAN B: TYPE PYRO
RANGE, CURRENT
Set or query the channel's current range. Example range arguments include 300mv, 30mj, 3j, etc.
Command Form
CHan <A|B|ALL> RANGE <?|
range argument
>
Examples
Input Instrument Reply
ch a range 3j none
ch b range 10V none
ch all range ? CHAN A: RANGE 3J
CHAN B: RANGE 10V