Scaling setting (SCALing)


Sets and queries the type of scaling.

Syntax

(Command)

(Query)


:SCALing:KIND ch$,A$

:SCALing:KIND? ch$

(Response)

ch$,A$

ch$ = ,
A$ = RATIO, POINT, RATED, SENS

Details

Sets the type of scaling designated by ch$.
Returns the current type of scaling designated by ch$ as a character string.

RATIO Scale by specifying a conversion ratio
POINT Scale by specifying two data points
RATED Scale in terms of rated output
SENS Scale by specifying a sensitivity

Example

:SCALing:KIND CH1_1,POINT
:SCALing:KIND? CH1_1
(Response)  :SCALING:KIND CH1_1,POINT  (when headers are enabled)

Note

The setting method depends on the unit type.

Usage
Conditions

-




Sets and queries the scaling offset.(RATIO)

Syntax

(Command)

(Query)


:SCALing:OFFSet ch$,A

:SCALing:OFFSet? ch$

(Response)

ch$,A<NR3> (4 decimal places)

ch$ = ,
A = -9.9999E+09 to 9.9999E+09

Details

Sets the scaling offset for the channel designated by ch$.
Returns the current scaling offset for the channel designated by ch$ as an NR3 numerical value.

Example

:SCALing:OFFSet CH1_1,0
:SCALing:OFFSet? CH1_1
(Response)  :SCALING:OFFSET CH1_1,+0.0000E+00  (when headers are enabled)

Note

The possible values for A are the same as for the main unit.
This setting may change the following settings
Scaling SCALE UP and LOW
Thresholds for Numerical Calculation

Usage
Conditions

-




Sets and queries scaling rated capacity.

Syntax

(Command)

(Query)


:SCALing:RTDCapa ch$,A

:SCALing:RTDCapa? ch$

(Response)

ch$,A<NR3> (4 decimal places)

ch$ =
A = +1.0000E-09 to +9.9999E+09

Details

Sets the scaling rated capacity for the channel designated by ch$.
Returns the current scaling rated capacity for the channel designated by ch$ as an NR3 numerical value.

Example

:SCALing:RTDCapa CH1_1,2
:SCALing:RTDCapa? CH1_1
(Response)  :SCALING:RTDCAPA CH1_1,+2.0000E+00  (when headers are enabled)

Note

The configurable range of scaling rated capacity may vary depending on the setting of the scaling rated output.
This setting may change the following settings
Scaling SCALE UP and LOW
Scaling sense value
Scaling conversion value

Usage
Conditions

Strain unit (U8554, LR8534)




Sets and queries scaling rated output.

Syntax

(Command)

(Query)


:SCALing:RTDOut ch$,A

:SCALing:RTDOut? ch$

(Response)

ch$,A<NR3> (4 decimal places)

ch$ =
A = +1.0000E-09 to +9.9999E+09

Details

Sets the scaling rated output for the channel designated by ch$.
Returns the current scaling rated output for the channel designated by ch$ as an NR3 numerical value.

Example

:SCALing:RTDOut CH1_1,1
:SCALing:RTDOut? CH1_1
(Response)  :SCALING:RTDOUT CH1_1,+1.0000E+00  (when headers are enabled)

Note

The configurable range of scaling rated output may vary depending on the setting of the scaling rated capacity.
This setting may change the following settings
Scaling SCALE UP and LOW
Scaling sense value
Scaling conversion value

Usage
Conditions

Strain unit (U8554, LR8534)




Sets and queries the scaling SCALE UP and LOW.

Syntax

(Command)

(Query)


:SCALing:SCUPLOw ch$,A,B

:SCALing:SCUPLOw? ch$

(Response)

ch$,A<NR3>,B<NR3> (4 decimal places)

ch$ = ,
A, B = -9.9999E+29 to +9.9999E+29

Details

Sets the scaling SC UP and SC LOW values for the channel designated by ch$.
Returns the current scaling SC UP and SC LOW values for the channel designated by ch$ as an NR3 numerical value.

Example

:SCALing:SCUPLOw CH1_1,0.5,-0.5
:SCALing:SCUPLOw? CH1_1
(Response)  :SCALING:SCUPLOW CH1_1,+5.0000E-01,-5.0000E-01  (when headers are enabled)

Note

Same value in A and B can not be set.
This setting may change the following settings
Scaling offset
Scaling rated capacity
Scaling rated output
Scaling sense value
Scaling conversion value

Usage
Conditions

-




Sets and queries the scaling sense value.

Syntax

(Command)

(Query)


:SCALing:SENSE ch$,A

:SCALing:SENSE? ch$

(Response)

ch$,A<NR3> (4 decimal places)

ch$ = ,
A = -1.0000E+09 to +1.0000E+09

Details

Sets the scaling sense value for the channel designated by ch$.
Returns the current scaling sense value setting for the channel designated by ch$ as an NR3 numerical value.

Example

:SCALing:SENSE CH1_1,1
:SCALing:SENSE? CH1_1
(Response)  :SCALING:SENSE CH1_1,+1.0000E+00  (when headers are enabled)

Note

The possible values for A are the same as for the main unit.
This setting may change the following settings
Scaling rated capacity
Scaling rated output
Scaling SCALE UP and LOW
Scaling conversion value

Usage
Conditions

-




Sets and queries the scaling kind.

Syntax

(Command)

(Query)


:SCALing:SET ch$,A$

:SCALing:SET? ch$

(Response)

ch$,A$

ch$ = ,
A$ = OFF, ENG, SCI

Details

Sets the scaling kind designated by ch$.
Returns the current scaling kind designated by ch$ as a character string.

OFF Scaling is disabled
ENG Decimal: Scaling is enabled and values are displayed using engineering notation
SCI Exponential: Scaling is enabled and values are displayed using scientific notation

Example

:SCALing:SET CH1_1,ENG
:SCALing:SET? CH1_1
(Response)  :SCALING:SET CH1_1,ENG  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the scaling unit.

Syntax

(Command)

(Query)


:SCALing:UNIT ch$,"A$"

:SCALing:UNIT? ch$

(Response)

ch$,"A$"

ch$ = ,
A$ = scaling unit (up to 7 characters)

Details

Sets the scaling unit for the channel designated by ch$.
Returns the current scaling unit for the channel designated by ch$ as character data.

Single quotation marks (') can be used instead of double quotation marks(").
Entry of the special characters is as follows.

PC

^2

^3

~u

~o

~e

~c

~+

~,

~;

^^

~~

LR8450
LR8450-01

2

3

μ

Ω

ε

°

±

'

"

ˆ

˜


Example

:SCALing:UNIT CH1_1,"mA"
:SCALing:UNIT? CH1_1
(Response)  :SCALING:UNIT CH1_1,"mA"  (when headers are enabled)

Note

Characters exceeding the maximum number of characters are not set.

Usage
Conditions

-




Sets and queries the scaling conversion value.(RATIO)

Syntax

(Command)

(Query)


:SCALing:VOLT ch$,A

:SCALing:VOLT? ch$

(Response)

ch$,A<NR3> (4 decimal places)

ch$ = ,
A = -9.9999E+09 to +9.9999E+09 (pulse channel mode = COUNT:+1.0000E-09 to +9.9999E+09)

Details

Sets the scaling conversion value for the channel designated by ch$.
Returns the current scaling conversion value setting for the channel designated by ch$ as an NR3 numerical value.

Example

:SCALing:VOLT CH1_1,1
:SCALing:VOLT? CH1_1
(Response)  :SCALING:VOLT CH1_1,+1.0000E+00  (when headers are enabled)

Note

The possible values for A are the same as for the main unit.
This setting may change the following settings
Scaling rated capacity
Scaling rated output
Scaling SCALE UP and LOW
Scaling sense value

Usage
Conditions

-




Sets and queries the scaling VOLT UP and LOW.

Syntax

(Command)

(Query)


:SCALing:VOUPLOw ch$,A,B

:SCALing:VOUPLOw? A$

(Response)

ch$,A<NR3>,B<NR3> (4 decimal places)

ch$ = ,
A, B = -9.9999E+29 to +9.9999E+29

Details

Sets the scaling VOLT UP and VOLT LOW values for the channel designated by ch$.
Returns the current scaling VOLT UP and VOLT LOW values for the channel designated by ch$ as an NR3 numerical value.

Example

:SCALing:VOUPLOw CH1_1,0.05,-0.05
:SCALing:VOUPLOw? CH1_1
(Response)  :SCALING:VOUPLOW CH1_1,+5.0000E-02,-5.0000E-02  (when headers are enabled)

Note

Same value in A and B can not be set.
This setting may change the following settings
Scaling offset
Scaling rated capacity
Scaling rated output
Scaling sense value
Scaling conversion value

Usage
Conditions

-