Overview of messages

Parameters

The parameter format of SCPI is derived from the program parameter format defined in IEEE 488.2.

The representation system of the program data that is used on the KPM1000 is indicated below.

Non-numeric parameters

Character data

Character data is used when only a limited number of values are available for the program setting. Responses are returned in the short form.

TRIGger:SOURce {BUS|IMMediate}

Boolean data

Boolean data expresses a 1 or 0 condition or an ON or OFF condition. Responses are returned as 1 or 0.

SENSe:FILTer {ON|OFF|1|0}

Numeric parameters

NR1

Represents an integer.

Details are given in the IEEE 488.2 Standard Digital Interface for Programmable Instrumentation.

NR2

Represents a real number (floating point).

Details are given in the IEEE 488.2 Standard Digital Interface for Programmable Instrumentation.

NR3

Represents a real number (exponential).

Details are given in the IEEE 488.2 Standard Digital Interface for Programmable Instrumentation.

The value +3.80000+E02 is returned for the response data 380. The number of digits to the right of the decimal is 5.

NRf

NRf is a generic term that includes NR1, NR2, and NR3.

Numeric

A numeric parameter such as a decimal point, optional prefix, or measurement unit.

The syntax as a numeric representation is the same as NRf.

MINimum and MAXimum are available as substitutes for declaring certain values.

Units such as V, A, and W can also be used in a numeric parameter.

If a value that cannot be assigned is entered, the device rounds the value to the closest possible value.

SENSe:AVERage:COUNt 150

The range of values for SENSe:AVERage:COUNt is 1 to 128. Thus, 128 is set even if 150 is specified.

Special form numeric parameter

The special form numeric parameters MINimum and MAXimum can be used as substitutes for limit values when the parameter is numeric. In the example below, the current limit is set to the minimum value.

SENSe:AVERage:CYCLe MINimum

The minimum and maximum values can be inquired for most parameters using queries.

SENSe:AVERage:CYCLe? MAX

SENSe:AVERage:CYCLe? MIN

Measurement unit

Below are the default measurement units.

 

  ·V (voltage) ·A (current) ·AH (integrating current)
  ·W (power) ·WH (integrating power) ·VA (apparent power)
  ·VAR (reactive power) ·DEG (degree) ·HZ (frequency)

 

The following optional prefixes are supported.

·M (milli)        ·U (micro)        ·K (kilo)

NOTE

• The unit symbols in the International System of Units (SI) contain lowercase characters. The IEEE standard uses uppercase characters. SCPI commands are not case-sensitive.
• Commands are accepted even if a measurement unit is not specified.
• To enter "µ" in the data, use "U" instead.

>top

Overview

Setup

Overview of Messages

Command (function search)

Command (ABC search)

Command (Sub-system search)

Appendix

Tutorial