
10
HAMEG Instruments GmbH • Industriestr. 6 • D-63533 Mainhausen • Deutschland
Subject to change without notice
Tel.: +49 (0) 6182 800 0 • Fax: +49 (0) 6182 800 100 • E-Mail: [email protected]
Geschäftsführer: Dipl.-Ing. Holger Asmussen, Dipl.-Ing. Andre Vander Stichelen • AG Offenbach am Main HRB 41200
1
1
HAMEG Instruments GmbH • Industriestraße 6 • D-63533 Mainhausen
Subject to change without notice
Tel.: +49 (0) 6182 800 0 • Fax: +49 (0) 6182 800 100 • E-Mail: [email protected]
Geschäftsführer: Dipl.-Ing. Holger Asmussen • AG Offenbach am Main HRB 41200
Firmware Version: 01.020 and later
English
S C P I P r o g r a m m e r s M a n u a l
H M S S e r i e s
1
HAMEG Instruments GmbH • Industriestraße 6 • D-63533 Mainhausen
Subject to change without notice
Tel.: +49 (0) 6182 800 0 • Fax: +49 (0) 6182 800 100 • E-Mail: [email protected]
Geschäftsführer: Dipl.-Ing. Holger Asmussen • AG Offenbach am Main HRB 41200
Firmware Version: 01.020 and later
English
S C P I P r o g r a m m e r s M a n u a l
H M S S e r i e s
HMO352x, HMO2524
HMO72x ... HMO202x
Firmware Version: 03.00 and later
English
:ACQuire
:CHAN1OFFSet
:DISPlay
:HCOPy
*ESR?
*OPC?
:LOGic:SIZE
:MEASure
:POD1
:SYSTem
*SRE?
S C P I P r o g r a m m e r s M a n u a l
H M O S e r i e s
SCPI Commands HMC8012
Numeric values
Numeric values can be entered in any form, i.e. with sign, decimal point and exponent. Values exceeding the resolution
of the instrument are rounded up or down. The mantissa may comprise up to 255 characters, the exponent must lie
inside the value range -32000 to 32000. The exponent is introduced by an „E“ or „e“. Entry of the exponent alone is
not allowed. In the case of physical quantities, the unit can be entered. Allowed unit prefixes are MA (mega) / MOHM,
K (kilo), M (milli) and U (micro). If the unit is missing, the basic unit is used.
Example:
CALC:NULL:OFF 10mV = CALC:NULL:OFF 10E-3
Special numeric values
The texts listed below are interpreted as special numeric values. In the case of a query, the numeric value is provided.
– MIN/MAX
MINimum and MAXimum denote the minimum and maximum value.
Example:
Setting command:
CALCulate:LIMit:LOWer MAXimum
Query:
CALC:LIM:LOW MAX?, Response: 1E3
Queries for special numeric values
The numeric values associated to MAXimum/MINimum can be queried by adding the corresponding mnemo
-
nics to the command. They must be entered following the quotation mark.
Example:
CALC:LIM:LOW? MAXimum
Returns the maximum numeric value as a result.
Boolean parameters
Boolean parameters represent two states. The „ON“ state (logically true) is represented by „ON“ or a numeric value
1. The „OFF“ state (logically untrue) is represented by „OFF“ or the numeric value 0. The numeric values are provided
as the response for a query.
Example:
Setting command:
CALCulate[:STATe] ON
Query:
CALC:STAT?
Response:
1
Text parameters
Text parameters observe the syntactic rules for mnemonics, i.e. they can be entered using a short or long form. Like
any parameter, they have to be separated from the header by a white space. In the case of a query, the short form of
the text is provided.
Example:
Setting command:
HCOPy:FORMat BMP
Query:
HCOPy:FORMat?
Response:
BMP