Clearing the status byte register and related queues (except the output queue) LCR ANALYZER CONTINUOUS

Syntax

Command

*CLS  

Query

 

Response

Parameter

Explanation

Command

Clears the content of the event registers (SESR, ESR0, ESR1, ESR2, ESR3).

Query

Example

Command

*CLS
Clears the content of the event registers (SESR, ESR0, ESR1, ESR2, ESR3).

Query

Response

Note

GPIB: The output queue is unaffected.
RS-232C, USB, LAN: This has no effect upon the output queue, various enable registers, and MAV (bit 4) of the status byte register.

Reading and writing the standard event status enable register (SESER) LCR ANALYZER CONTINUOUS

Syntax

Command

*ESE   <Mask value>

Query

*ESE?  

Response

<Mask value>

Parameter

<Mask value> = 0 to 255 (NR1)

Explanation

Command

Sets the mask pattern of SESER.
The initial value (at power-on) is 0.

Query

Returns the mask pattern of SESER.

Example

Command

*ESE 36
Sets bits 5 and 2 of SESER.

Query

*ESE?

Response

*ESE 36  (when HEADER ON)
36  (when HEADER OFF)
Bit 5 and 2 of SESER are 1.

Note

Reading and clearing the standard event status register (SESR) LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

*ESR?  

Response

<Register value>

Parameter

<Register value> = 0 to 255 (NR1)

Explanation

Command

Query

Returns the register value of SESR, and clears the register.
The response message has no header.

Example

Command

Query

*ESR?

Response

32
Bit 5 of the SESR was set to 1.

Note

Bit 6 and 1 are not used in the instrument.

Querying the instrument ID (Identification Code) LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

*IDN?  

Response

<Maker Name>,0,< Model Name>,<Software Version>

Parameter

Explanation

Command

Query

Returns the ID of the instrument.
A header is not added to the response message.

Example

Command

Query

*IDN?

Response

HIOKI,IM3570,0,V1.00

Note

Setting OPC of SESR after all of the actions being executed are finished LCR ANALYZER CONTINUOUS

Syntax

Command

*OPC  

Query

 

Response

Parameter

Explanation

Command

Sets the OPC (bit 0) of the SESR (standard event status register) at the point in time that command processing finishes for the sent commands which are before the command.
Sets OPC bit 0 of the Standard Event Status Register (SESR) when all prior commands have finished processing.

Query

Example

Command

A;B;*OPC;C
Sets the OPC of SESR after the A and B commands are finished.

Query

Response

Note

Sending response of ASCII 1 after all of the actions being executed are finished LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

*OPC?  

Response

Parameter

Explanation

Command

Query

Sends the response of ASCII 1 at the point in time that command processing finishes for the sent commands which are before the *OPC command. A header is not added to the response message.

Example

Command

Query

*OPC?

Response

1

Note

Initializing the instrument LCR ANALYZER CONTINUOUS

Syntax

Command

*RST  

Query

 

Response

Parameter

Explanation

Command

Initializes the instrument.
This is the same as a system reset.
However, the settings of interface are not initialized.
See "Initial Settings Table"

Query

Example

Command

*RST
Executes initialization of the instrument.

Query

Response

Note

When the instrument is initialized, the current setting information is deleted and the instrument is restored to the initial state.

Writing and reading the service request enable register (SRER) LCR ANALYZER CONTINUOUS

Syntax

Command

*SRE   <Mask value>

Query

*SRE?  

Response

<Mask value>

Parameter

<Mask value> = 0 to 255 (NR1)

Explanation

Command

Sets the mask pattern of SRER.
The initial value (when power is turned on) is 0.
Bit 6 and unused bit 7 are ignored.

Query

Returns the mask pattern of SRER.
The values of bit 6 and the unused bit (bit 7) are always 0.

Example

Command

*SRE 34
Set SRER bits 5 and 1 to 1.

Query

*SRE?

Response

*SRE 34  (when HEADER ON)
34  (when HEADER OFF)
SRER bits 5 and 1 have been set to 1.

Note

Reading the Status Byte Register LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

*STB?  

Response

<Register value>

Parameter

<Register value> = 0 to 255 (NR1)

Explanation

Command

Query

Returns the register value of STB.
The response message has no header.

Example

Command

Query

*STB?

Response

8
STB bit 3 has been set to 1.

Note

Requesting a Sample LCR ANALYZER CONTINUOUS

Syntax

Command

*TRG  

Query

 

Response

Parameter

Explanation

Command

Performs sampling once when there is an external trigger.

Query

Example

Command

:TRIGger EXTernal;*TRG;:MEASure?
This is set for the external trigger and acquires the measurement value after sampling is performed once.

Query

Response

Note

An execution error occurs if this command is executed when there is an internal trigger.

Executing self tests and querying results LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

*TST?  

Response

<Result>

Parameter

<Result> = 0 to 15 (NR1)

Explanation

Command

Query

Executes the following self tests and returns the result.

  1. ROM test
  2. SDRAM test
  3. SRAM test
  4. BUS test
When the tests start, all functions including measurement are stopped and commands also become unable to be received.
The tests take approximately 1 minute.
Do not send commands or turn off the power of the instrument during the tests.
A header is not added to the response message.

Example

Command

Query

*TST?

Response

5
The ROM test and SRAM test failed (NG).

Note

If the result is other than 0, the instrument may have malfunctioned.
Contact your dealer or Hioki representative.

Executing following command after command processing is finished LCR ANALYZER CONTINUOUS

Syntax

Command

*WAI  

Query

 

Response

Parameter

Explanation

Command

Executes the command following *WAI after command processing is finished.

Query

Example

Command

A;B;*WAI;C
Executes *WAI and then the C command after processing ends for commands A and B.
Current Frequency:1 kHz when in internal trigger state

  • When the *WAI command was not used
  • (Send)
    :FREQuency 120;:MEASure?
    In this case, it is not certain which frequency measurement value will be sent in response
    to the :MEASure? query.
  • When the *WAI command was used
  • (Send)
    :FREQuency 120;*WAI;:MEASure?
    In this case, the 120 Hz frequency measurement value is sent in response to the :MEASure? query.

Query

Response

Note

Unique commands other than the ":MEASure?" query use sequential commands.
Therefore, the *WAI command is only effective for the ":MEASure?" query.

Setting and querying measurement averaging LCR ANALYZER

Syntax

Command

:AVERaging   <OFF/ number of averaging times>

Query

:AVERaging?  

Response

<OFF/ number of averaging times>

Parameter

<number of averaging times> = 1 to 256 (NR1)

Explanation

Command

Sets the number of averaging times.

OFF: Disables the averaging function.

Query

Returns the number of measurement averaging times.

Example

Command

:AVERaging 32
Sets the number of averaging times to 32.

Query

:AVERaging?

Response

:AVERAGING 32  (when HEADER ON)
32  (when HEADER OFF)
The number of averaging times is set to 32.

Note

Setting the number of averaging times to 1 automatically sets the averaging function to OFF.
Setting the number of averaging times from 2 to 256 automatically sets the averaging function to ON.

Setting and querying beep sound for the judgment results of measurement values LCR ANALYZER

Syntax

Command

:BEEPer:JUDGment   <OFF/IN/NG>

Query

:BEEPer:JUDGment?  

Response

<OFF/IN/NG>

Parameter

Explanation

Command

Sets the beep sound for the judgment results of measurement values.

OFF: No beep sound.
IN: Sets a beep sound to be emitted when a result is within the range.
NG: Sets a beep sound to be emitted when a result is outside the range.

Query

Returns the setting of the beep sound for the judgment results of measurement values.

Example

Command

:BEEPer:JUDGment NG
Sets a beep sound to be emitted when a result is outside the range.

Query

:BEEPer:JUDGment?

Response

:BEEPER:JUDGMENT NG  (when HEADER ON)
NG  (when HEADER OFF)
A beep sound is set to be emitted when a result is outside the range.

Note

Setting and querying beep sound for key input LCR ANALYZER

Syntax

Command

:BEEPer:KEY   <ON/OFF>

Query

:BEEPer:KEY?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the beep sound for key operation.

ON: A beep sound is emitted.
OFF: A beep sound is not emitted.

Query

Returns the setting of the beep sound for key operation.

Example

Command

:BEEPer:KEY ON
Sets a beep sound to be emitted.

Query

:BEEPer:KEY?

Response

:BEEPER:KEY ON  (when HEADER ON)
ON  (when HEADER OFF)
A beep sound is set to be emitted.

Note

Setting and querying ON/ OFF of BIN function LCR

Syntax

Command

:BIN   <OFF/ON>

Query

:BIN?  

Response

<OFF/ON>

Parameter

Explanation

Command

Sets the BIN measurement function.

OFF: Disables the BIN function.
ON: Enables the BIN function.

Query

Returns ON or OFF for the BIN measurement function.

Example

Command

:BIN ON
Sets the BIN measurement function to ON.

Query

:BIN?

Response

:BIN ON  (when HEADER ON)
ON  (when HEADER OFF)
The BIN measurement function is set to ON.

Note

Sending the :BIN ON command during comparator measurement automatically ends comparator measurement and starts BIN measurement.

Setting and querying the upper and lower limit values of the first parameter of the BIN function (absolute value mode) LCR

Syntax

Command

:BIN:FLIMit:ABSolute   <BIN number>,<OFF/ lower value>,<OFF/ upper value>

Query

:BIN:FLIMit:ABSolute?   <BIN number>

Response

<OFF/ lower value>, <OFF/ upper value>

Parameter

<BIN number> = 1 to 10
<Lower limit values> = -9.999999E+09 to +9.999999E+09 (NR3)
<Upper limit values> = -9.999999E+09 to +9.999999E+09 (NR3)

Explanation

Command

Sets the upper and lower limit values of the first parameter in absolute value mode of the specified BIN number.

Query

Returns the setting of the upper and lower limit values of the first parameter in absolute value mode of the specified BIN number.

Example

Command

:BIN:FLIMit:ABSolute 1,0.234567E-03,1.234567
Sets the lower and upper limit values of the first parameter in absolute value mode of BIN1 to 0.234567E-03 and 1.234567, respectively.

Query

:BIN:FLIMit:ABSolute? 1

Response

:BIN:FLIMIT:ABSOLUTE 0.234567E-03, 1.234567  (when HEADER ON)
0.234567E-03, 1.234567  (when HEADER OFF)
The lower and upper limit values of the first parameter in absolute value mode of BIN1 are set to 0.234567E-03 and 1.234567, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for percentage (%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the upper and lower limit values of the first parameter of the BIN function (deviation percentage (Δ%) mode) LCR

Syntax

Command

:BIN:FLIMit:DEViation   <BIN number>,<OFF/ lower value>,<OFF/ upper value>

Query

:BIN:FLIMit:DEViation?   <BIN number>

Response

<OFF/ lower value>, <OFF/ upper value>

Parameter

<BIN number> = 1 to 10
<Lower limit values> = -999.9999% to +999.9999% (NR2)
<Upper limit values> = -999.9999% to +999.9999% (NR2)

Explanation

Command

Sets the upper and lower limit values of the first parameter in deviation percentage (Δ%) mode of the specified BIN number.

Query

Returns the setting of the upper and lower limit values of the first parameter in deviation percentage (Δ%) mode of the specified BIN number.

Example

Command

:BIN:FLIMit:DEViation 1,-10.0,10.0
Sets the lower and upper limit values of the first parameter in deviation percentage (Δ%) mode of BIN1 to -10% and 10%, respectively.

Query

:BIN:FLIMit:DEViation? 1

Response

:BIN:FLIMIT:DEVIATION -10.0,10.0  (when HEADER ON)
-10.0,10.0  (when HEADER OFF)
The lower and upper limit values of the first parameter in deviation percentage (Δ%) mode of BIN1 are set to -10% and 10%, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for deviation percentage (Δ%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Selecting and querying the mode of the first parameter of the BIN function LCR

Syntax

Command

:BIN:FLIMit:MODE   <ABSolute/PERcent/DEViation>

Query

:BIN:FLIMit:MODE?  

Response

<ABSOLUTE/PERCENT/DEVIATION>

Parameter

Explanation

Command

Sets the mode of the first parameter.

ABSolute: Sets the mode to absolute (ABS) mode.
PERcent: Sets the mode to percentage (%) mode.
DEViation: Sets the mode to deviation percentage (Δ%) mode.

Query

Returns the mode of the first parameter.

Example

Command

:BIN:FLIMit:MODE PERcent
Selects percentage (%) mode.

Query

:BIN:FLIMit:MODE?

Response

:BIN:FLIMIT:MODE PERCENT  (when HEADER ON)
PERCENT  (when HEADER OFF)
The mode is set to percentage (%) mode.

Note

Setting and querying the upper and lower limit values of the first parameter of the BIN function (percentage (%) mode) LCR

Syntax

Command

:BIN:FLIMit:PERcent   <BIN number>,<OFF/ lower value>,<OFF/ upper value>

Query

:BIN:FLIMit:PERcent?   <BIN number>

Response

<OFF/ lower value>, <OFF/ upper value>

Parameter

<BIN number> = 1 to 10
<Lower limit values> = -999.9999% to +999.9999% (NR2)
<Upper limit values> = -999.9999% to +999.9999% (NR2)

Explanation

Command

Sets the upper and lower limit values of the first parameter in percentage (%) mode of the specified BIN number.

Query

Returns the upper and lower limit values of the first parameter in percentage (%) mode of the specified BIN number.

Example

Command

:BIN:FLIMit:PERcent 1,-10.0,10.0
Sets the lower and upper limit values of the first parameter in percentage (%) mode of BIN1 to -10% and 10%, respectively.

Query

:BIN:FLIMit:PERcent? 1

Response

:BIN:FLIMIT:PERCENT -10.0,10.0  (when HEADER ON)
-10.0,10.0  (when HEADER OFF)
The lower and upper limit values of the first parameter in percentage (%) mode of BIN1 are set to -10% and 10%, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for percentage (%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the reference value of the first parameter of the BIN function (percentage (%) mode and deviation percentage (Δ%) mode) LCR

Syntax

Command

:BIN:FLIMit:REFerence   <Reference value>

Query

:BIN:FLIMit:REFerence?  

Response

<Reference value>

Parameter

<Reference value> = -9.999999E+09 to +9.999999E+09 (NR3)

Explanation

Command

Sets the reference value of the first parameter in percentage (%) mode or deviation percentage (Δ%) mode.

Query

Returns the reference value of the first parameter in percentage (%) mode or deviation percentage (Δ%) mode.

Example

Command

:BIN:FLIMit:REFerence 1.234567E-6
Sets the reference value of the first parameter in percentage (%) mode or deviation percentage (Δ%) mode to 1.234567E-6.

Query

:BIN:FLIMit:REFerence?

Response

:BIN:FLIMIT:REFERENCE 1.234567E-06  (when HEADER ON)
1.234567E-06  (when HEADER OFF)
The reference value of the first parameter in percentage (%) mode or deviation percentage (Δ%) mode is set to 1.234567E-6.

Note

The reference value is common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the upper and lower limit values of the third parameter of the BIN function (absolute value mode) LCR

Syntax

Command

:BIN:SLIMit:ABSolute   <BIN number>,<OFF/ lower value>,<OFF/ upper value>

Query

:BIN:SLIMit:ABSolute?   <BIN number>

Response

<OFF/ lower value>, <OFF/ upper value>

Parameter

<BIN number> = 1 to 10
<Lower limit values> = -9.999999E+09 to +9.999999E+09 (NR3)
<Upper limit values> = -9.999999E+09 to +9.999999E+09 (NR3)

Explanation

Command

Sets the upper and lower limit values of the third parameter in absolute value mode of the specified BIN number.

Query

Returns the setting of the upper and lower limit values of the third parameter in absolute value mode of the specified BIN number.

Example

Command

:BIN:SLIMit:ABSolute 1,0.234567E-03,1.234567
Sets the lower and upper limit values of the third parameter in absolute value mode (Δ%) of BIN1 to 0.234567E-03 and 1.234567, respectively.

Query

:BIN:SLIMit:ABSolute? 1

Response

:BIN:SLIMIT:ABSOLUTE 0.234567E-03, 1.234567  (when HEADER ON)
0.234567E-03, 1.234567  (when HEADER OFF)
The lower and upper limit values of the third parameter in absolute value mode of BIN1 are set to 0.234567E-03 and 1.234567, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for percentage (%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the upper and lower limit values of the third parameter of the BIN function (deviation percentage (Δ%) mode) LCR

Syntax

Command

:BIN:SLIMit:DEViation   <BIN number>,<OFF/ lower value>,<OFF/ upper value>

Query

:BIN:SLIMit:DEViation?   <BIN number>

Response

<OFF/ lower value>, <OFF/ upper value>

Parameter

<BIN number> = 1 to 10
<Lower limit values> = -999.9999% to +999.9999% (NR2)
<Upper limit values> = -999.9999% to +999.9999% (NR2)

Explanation

Command

Sets the upper and lower limit values of the third parameter in deviation percentage (Δ%) mode of the specified BIN number.

Query

Returns the setting of the upper and lower limit values of the third parameter in deviation percentage (Δ%) mode of the specified BIN number.

Example

Command

:BIN:SLIMit:DEViation 1,-10.0,10.0
Sets the lower and upper limit values of the third parameter in deviation percentage (Δ%) mode of BIN1 to -10% and 10%, respectively.

Query

:BIN:SLIMit:DEViation? 1

Response

:BIN:SLIMIT:DEVIATION -10.0,10.0  (when HEADER ON)
-10.0,10.0  (when HEADER OFF)
The lower and upper limit values of the third parameter in deviation percentage (Δ%) mode of BIN1 are set to -10% and 10%, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for deviation percentage (Δ%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Selecting and querying the mode of the third parameter of the BIN function LCR

Syntax

Command

:BIN:SLIMit:MODE   <ABSolute/PERcent/DEViation>

Query

:BIN:SLIMit:MODE?  

Response

<ABSOLUTE/PERCENT/DEVIATION>

Parameter

Explanation

Command

Sets the mode of the third parameter.

ABSolute: Sets the mode to absolute (ABS) mode.
PERcent: Sets the mode to percentage (%) mode.
DEViation: Sets the mode to deviation percentage (Δ%) mode.

Query

Returns the mode of the third parameter.

Example

Command

:BIN:SLIMit:MODE PERcent
Selects percentage (%) mode.

Query

:BIN:SLIMit:MODE?

Response

:BIN:SLIMIT:MODE PERCENT  (when HEADER ON)
PERCENT  (when HEADER OFF)
The mode is set to percentage (%) mode.

Note

Setting and querying the upper and lower limit values of the third parameter of the BIN function (percentage (%) mode) LCR

Syntax

Command

:BIN:SLIMit:PERcent   <BIN number>,<OFF/ lower value>,<OFF/ upper value>

Query

:BIN:SLIMit:PERcent?   <BIN number>

Response

<OFF/ lower value>, <OFF/ upper value>

Parameter

<BIN number> = 1 to 10
<Lower limit values> = -999.9999% to +999.9999% (NR2)
<Upper limit values> = -999.9999% to +999.9999% (NR2)

Explanation

Command

Sets the upper and lower limit values of the third parameter in percentage (%) mode of the specified BIN number.

Query

Returns the upper and lower limit values of the third parameter in percentage (%) mode of the specified BIN number.

Example

Command

:BIN:SLIMit:PERcent 1,-10.0,10.0
Sets the lower and upper limit values of the third parameter in percentage (%) mode of BIN1 to -10% and 10%, respectively.

Query

:BIN:SLIMit:PERcent? 1

Response

:BIN:SLIMIT:PERCENT -10.0,10.0  (when HEADER ON)
-10.0,10.0  (when HEADER OFF)
The lower and upper limit values of the third parameter in percentage (%) mode of BIN1 are set to -10% and 10%, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for percentage (%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the reference value of the third parameter of the BIN function (percentage (%) mode and deviation percentage (Δ%) mode) LCR

Syntax

Command

:BIN:SLIMit:REFerence   <Reference value>

Query

:BIN:SLIMit:REFerence?  

Response

<Reference value>

Parameter

<Reference value> = -9.999999E+09 to +9.999999E+09 (NR3)

Explanation

Command

Sets the reference value of the third parameter in percentage (%) mode or deviation percentage (Δ%) mode.

Query

Returns the reference value of the third parameter in percentage (%) mode or deviation percentage (Δ%) mode.

Example

Command

:BIN:SLIMit:REFerence 1.234567E-6
Sets the reference value of the third parameter in percentage (%) mode or deviation percentage (Δ%) mode to 1.234567E-6.

Query

:BIN:SLIMit:REFerence?

Response

:BIN:SLIMIT:REFERENCE 1.234567E-06  (when HEADER ON)
1.234567E-06  (when HEADER OFF)
The reference value of the third parameter in percentage (%) mode or deviation percentage (Δ%) mode is set to 1.234567E-6.

Note

The reference value is common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying ON/ OFF of comparator function LCR

Syntax

Command

:COMParator   <OFF/ON>

Query

:COMParator?  

Response

<OFF/ON>

Parameter

Explanation

Command

Sets the comparator measurement function.

OFF: Disables the comparator function.
ON: Enables the comparator function.

Query

Returns the setting of the comparator measurement function.

Example

Command

:COMParator ON
Sets the comparator measurement function to ON.

Query

:COMParator?

Response

:COMPARATOR ON  (when HEADER ON)
ON  (when HEADER OFF)
The comparator measurement function is set to ON.

Note

Sending the :COMParator ON command during BIN measurement automatically ends
BIN measurement and starts comparator measurement.

Setting and querying the upper and lower limit values of the first parameter of the comparator function (absolute value mode) LCR

Syntax

Command

:COMParator:FLIMit:ABSolute   <OFF/ lower value>,<OFF/ upper value>

Query

:COMParator:FLIMit:ABSolute?  

Response

<OFF/ lower value>, <OFF/ upper value>

Parameter

<Lower limit values> = -9.999999E+09 to +9.999999E+09 (NR3)
<Upper limit values> = -9.999999E+09 to +9.999999E+09 (NR3)

Explanation

Command

Sets the upper and lower limit values of the first parameter in absolute mode.

Query

Returns the upper and lower limit values of the first parameter in absolute mode.

Example

Command

:COMParator:FLIMit:ABSolute 0.234567E-03,1.234567
Sets the lower and upper limit values of the first parameter in absolute value mode to 0.234567E-03 and 1.234567, respectively.

Query

:COMParator:FLIMit:ABSolute?

Response

:COMPARATOR:FLIMIT:ABSOLUTE 0.234567E-03, 1.234567  (when HEADER ON)
0.234567E-03, 1.234567  (when HEADER OFF)
The lower and upper limit values of the first parameter in absolute value mode are set to 0.234567E-03 and 1.234567, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for percentage (%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the reference value and the upper and lower limit values of the first parameter of the comparator function (deviation percentage (Δ%) mode) LCR

Syntax

Command

:COMParator:FLIMit:DEViation   <Reference value>,<OFF/ Lower limit values>,<OFF/ Upper limit values>

Query

:COMParator:FLIMit:DEViation?  

Response

<Reference value>,<OFF/ lower value>,<OFF/ upper value>

Parameter

<Reference value> = -9.999999E+09 to +9.999999E+09 (NR3)
<Lower limit values> = -999.9999% to +999.9999% (NR2)
<Upper limit values> = -999.9999% to +999.9999% (NR2)

Explanation

Command

Sets the reference value and upper and lower limit values of the first parameter in deviation percentage (Δ%) mode.

Query

Returns the reference value and upper and lower limit values of the first parameter in deviation percentage (Δ%) mode.

Example

Command

:COMParator:FLIMit:DEViation 1.234567E-6,-10.0,10.0
Sets the reference value and the lower and upper limit values of the first parameter in deviation percentage (Δ%) mode to 1.234567E-6, -10%, and 10%, respectively.

Query

:COMParator:FLIMit:DEViation?

Response

:COMPARATOR:FLIMIT:DEVIATION 1.234567E-06,-10.0,10.0  (when HEADER ON)
1.234567E-06,-10.0,10.0  (when HEADER OFF)
The reference value and the lower and upper limit values of the first parameter in deviation percentage (Δ%) mode are set to 1.234567E-6, -10%, and 10%, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for deviation percentage (Δ%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the judgment mode of the first parameter of the comparator function LCR

Syntax

Command

:COMParator:FLIMit:MODE   <ABSolute/PERcent/DEViation>

Query

:COMParator:FLIMit:MODE?  

Response

<ABSOLUTE/PERCENT/DEVIATION>

Parameter

Explanation

Command

Sets the mode of the first parameter.

ABSolute: Sets the mode to absolute (ABS) mode.
PERcent: Sets the mode to percentage (%) mode.
DEViation: Sets the mode to deviation percentage (Δ%) mode.

Query

Returns the mode of the first parameter.

Example

Command

:COMParator:FLIMit:MODE PERcent
Selects percentage (%) mode.

Query

:COMParator:FLIMit:MODE?

Response

:COMPARATOR:FLIMIT:MODE PERCENT  (when HEADER ON)
PERCENT  (when HEADER OFF)
The mode is set to percentage (%) mode.

Note

Setting and querying the reference value and the upper and lower limit values of the first parameter of the comparator function (percentage (%) mode) LCR

Syntax

Command

:COMParator:FLIMit:PERcent   <Reference value>,<OFF/ Lower limit values>,<OFF/ Upper limit values>

Query

:COMParator:FLIMit:PERcent?  

Response

<Reference value>,<OFF/ lower value>,<OFF/ upper value>

Parameter

<Reference value> = -9.999999E+09 to +9.999999E+09 (NR3)
<Lower limit values> = -999.9999% to +999.9999% (NR2)
<Upper limit values> = -999.9999% to +999.9999% (NR2)

Explanation

Command

Query

Returns the reference value and upper and lower limit values of the first parameter in percentage (%) mode.

Example

Command

:COMParator:FLIMit:PERcent 1.234567E-6,-10.0,10.0
Sets the reference value and the lower and upper limit values of the first parameter in percentage (%) mode to 1.234567E-06, -10%, and 10%, respectively.

Query

:COMParator:FLIMit:PERcent?

Response

:COMPARATOR:FLIMIT:PERCENT 1.234567E-06,-10.0,10.0  (when HEADER ON)
1.234567E-06,-10.0,10.0  (when HEADER OFF)
The reference value and the lower and upper limit values of the first parameter in percentage (%) mode are set to 1.234567E-06, -10%, and 10%, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for percentage (%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the upper and lower limit values of the third parameter of the comparator function (absolute value mode) LCR

Syntax

Command

:COMParator:SLIMit:ABSolute   <OFF/ lower value>,<OFF/ upper value>

Query

:COMParator:SLIMit:ABSolute?  

Response

<OFF/ lower limit values>,<OFF/ upper limit values>

Parameter

<Lower limit values> = -9.999999E+09 to +9.999999E+09 (NR3)
<Upper limit values> = -9.999999E+09 to +9.999999E+09 (NR3)

Explanation

Command

Sets the upper and lower limit values of the third parameter in absolute mode.

Query

Returns the upper and lower limit values of the third parameter in absolute mode.

Example

Command

:COMParator:SLIMit:ABSolute 0.234567E-03,1.234567
Sets the lower and upper limit values of the third parameter in absolute value mode to 0.234567E-03 and 1.234567, respectively.

Query

:COMParator:SLIMit:ABSolute?

Response

:COMPARATOR:SLIMIT:ABSOLUTE 0.234567E-03, 1.234567  (when HEADER ON)
0.234567E-03, 1.234567  (when HEADER OFF)
The lower and upper limit values of the third parameter in absolute value mode are set to 0.234567E-03 and 1.234567, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for percentage (%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage Δ%) mode.

Setting and querying the reference value and the upper and lower limit values of the third parameter of the comparator function (deviation percentage (Δ%) mode) LCR

Syntax

Command

:COMParator:SLIMit:DEViation   <Reference value>,<OFF/ Lower limit values>,<OFF/ Upper limit values>

Query

:COMParator:SLIMit:DEViation?  

Response

<Reference value>,<OFF/ lower value>,<OFF/ upper value>

Parameter

<Reference value> = -9.999999E+09 to +9.999999E+09 (NR3)
<Lower limit values> = -999.9999% to +999.9999% (NR2)
<Upper limit values> = -999.9999% to +999.9999% (NR2)

Explanation

Command

Sets the reference value and upper and lower limit values of the third parameter in deviation percentage (Δ%) mode.

Query

Returns the reference value and upper and lower limit values of the third parameter in deviation percentage (Δ%) mode.

Example

Command

:COMParator:SLIMit:DEViation 1.234567E-6,-10.0,10.0
Sets the reference value and the lower and upper limit values of the third parameter in deviation percentage (Δ%) mode to 1.234567E-6, -10%, and 10%, respectively.

Query

:COMParator:SLIMit:DEViation?

Response

:COMPARATOR:SLIMIT:DEVIATION 1.234567E-06,-10.0,10.0  (when HEADER ON)
1.234567E-06,-10.0,10.0  (when HEADER OFF)
The reference value and the lower and upper limit values of the first parameter in deviation percentage (Δ%) mode are set to 1.234567E-6, -10%, and 10%, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for deviation percentage (Δ%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Setting and querying the judgment mode of the third parameter of the comparator function LCR

Syntax

Command

:COMParator:SLIMit:MODE   <ABSolute/PERcent/DEViation>

Query

:COMParator:SLIMit:MODE?  

Response

<ABSOLUTE/PERCENT/DEVIATION>

Parameter

Explanation

Command

Sets the mode of the third parameter.

ABSolute: Sets the mode to absolute (ABS) mode.
PERcent: Sets the mode to percentage (%) mode.
DEViation: Sets the mode to deviation percentage (Δ%) mode.

Query

Returns the mode of the third parameter.

Example

Command

:COMParator:SLIMit:MODE PERcent
Selects percentage (%) mode.

Query

:COMParator:SLIMit:MODE?

Response

:COMPARATOR:SLIMIT:MODE PERCENT  (when HEADER ON)
PERCENT  (when HEADER OFF)
The mode is set to percentage (%) mode.

Note

Setting and querying the reference value and the upper and lower limit values of the third parameter of the comparator function (percentage mode) LCR

Syntax

Command

:COMParator:SLIMit:PERcent   <Reference value>,<OFF/ Lower limit values>,<OFF/ Upper limit values>

Query

:COMParator:SLIMit:PERcent?  

Response

<Reference value>,<OFF/ lower value>,<OFF/ upper value>

Parameter

<Reference value> = -9.999999E+09 to +9.999999E+09 (NR3)
<Lower limit values> = -999.9999% to +999.9999% (NR2)
<Upper limit values> = -999.9999% to +999.9999% (NR2)

Explanation

Command

Sets the reference value and upper and lower limit values of the third parameter in percentage (%) mode.

Query

Returns the reference value and upper and lower limit values of the third parameter in percentage (%) mode.

Example

Command

:COMParator:SLIMit:PERcent 1.234567E-6,-10.0,10.0
Sets the reference value and the lower and upper limit values of the third parameter in percentage (%) mode to 1.234567E-6, -10%, and 10%, respectively.

Query

:COMParator:SLIMit:PERcent?

Response

:COMPARATOR:SLIMIT:PERCENT 1.234567E-06,-10.0,10.0  (when HEADER ON)
1.234567E-06,-10.0,10.0  (when HEADER OFF)
The reference value and the lower and upper limit values of the third parameter in percentage (%) mode are set to 1.234567E-6, -10%, and 10%, respectively.

Note

The instrument stores the upper and lower limit values for absolute mode and those for percentage (%) mode separately.
The reference value and upper and lower limit values are common to percentage (%) mode and deviation percentage (Δ%) mode.

Open / Short compensation function on/off setting and querying during DC measurement LCR ANALYZER

Syntax

Command

:CORRection:LIMit:DC   <ON/OFF>

Query

:CORRection:LIMit:DC?  

Response

<ON/OFF>

Parameter

Explanation

Command

Turns the open / short compensation function on and off during DC measurement.

Query

Returns the open / short compensation function's on/off setting during DC measurement.

Example

Command

:CORRection:LIMit:DC ON
Turns on the open / short compensation function during DC measurement.

Query

:CORRection:LIMit:DC?

Response

:CORRECTION:LIMIT:DC ON  (when HEADER ON)
ON  (when HEADER OFF)
The open / short correction function is set to on during DC measurement.

Note

This setting applies to all compensation.
The compensation function on/off setting during DC measurement applies to both open and short compensation.

Open / Short compensation range setting and querying during AC measurement LCR ANALYZER

Syntax

Command

:CORRection:LIMit:POINt   <Compensation start frequency>, <Compensation stop frequency>

Query

:CORRection:LIMit:POINt?  

Response

<Compensation start frequency>, <Compensation stop frequency>

Parameter

<Compensation start frequency> = 4.00 to 4.9999 MHz (NR3)
<Compensation stop frequency> = 4.0 to 5.0000 MHz (NR3)

Explanation

Command

Sets the open / short compensation range during AC measurement.

Query

Returns the open / short compensation range during AC measurement.

Example

Command

:CORRection:LIMit:POINt 100E3, 1E6
Sets the open / short compensation range to 100 kHz to 1 MHz during AC measurement.

Query

:CORRection:LIMit:POINt?

Response

:CORRECTION:OPEN:LIMIT 100.00E+03, 1.0000E+06
The open / short compensation range is set to 100 kHz to 1 MHz during AC measurement.

Note

This setting applies to all compensation.
The compensation range setting during AC measurement applies to both open and short compensation.

Executing and querying the open compensation function LCR ANALYZER

Syntax

Command

:CORRection:OPEN   <OFF/ALL/SPOT>

Query

:CORRection:OPEN?  

Response

<OFF/ALL/SPOT>

Parameter

Explanation

Command

Sets the open compensation function and acquires the compensation value.
This command is only valid when in LCR mode and analyzer mode.

OFF: Disables the open compensation function.
ALL: Acquires the open compensation value and sets the open compensation function to ALL compensation.
SPOT: Acquires the open compensation value at the set SPOT compensation frequency, and sets the open compensation function to SPOT compensation.

Query

Returns the setting of the open compensation function.

OFF: The open compensation function is disabled.
ALL: The open compensation function is set to ALL compensation.
SPOT: The open compensation function is set to SPOT compensation.

Example

Command

:CORRection:OPEN ALL
Acquires the open compensation value and sets the open compensation function to ALL compensation.

Query

:CORRection:OPEN?

Response

:CORRECTION:OPEN ALL  (when HEADER ON)
ALL  (when HEADER OFF)
The open compensation function is set to ALL compensation.

Note

Compensation cannot be executed during measurement as doing so will result in an execution error.
Change to an external trigger in the case of LCR mode, and sequence sweep or step sweep in the case of analyzer mode, and then execute the command.
An execution error occurs if a command to change the environment settings is executed during compensation.
Also, try your hardest to avoid executing commands other than ones for checking each status register (*ESR?, :ESR0? ,etc.).
In the following cases, the load compensation value cannot be acquired and an execution error occurs.

  • When performing measurement with an internal trigger in LCR mode
  • When performing measurement with an external trigger in LCR mode
  • When performing measurement sequentially in analyzer mode

Querying open compensation failure flag LCR ANALYZER

Syntax

Command

 

Query

:CORRection:OPEN:ERRor?  

Response

<Result>

Parameter

<Result> = 0/ 1/ 2 (NR1)

Explanation

Command

Query

Returns the result of executing open compensation.

0: Open compensation ended normally.
1: Open compensation ended abnormally.
2: Open compensation ended in a state in which the range has not been determined.

Example

Command

Query

:CORRection:OPEN:ERRor?

Response

:CORRECTION:OPEN:ERROR 0  (when HEADER ON)
0  (when HEADER OFF)
Open compensation ended normally.

Note

If [2] is returned for this command, the compensation value is being acquired in the state in which auto ranging has not determined the range.
In particular, symptoms such as this may occur if compensation is executed in an environment subject to a lot of noise.
For the countermeasures against noise, see "Appendix External Interference" in the instruction manual.
Also, use guarding when testing high impedance elements.
See "Appendix Measurement of High Impedance Components" in the instruction manual.

Setting and querying frequency for acquiring open compensation value LCR ANALYZER

Syntax

Command

:CORRection:OPEN:FREQuency   <Compensation No.>,<OFF/ DC/ Frequency>

Query

:CORRection:OPEN:FREQuency?   <Compensation No.>

Response

<OFF/ DC/ Frequency>

Parameter

<Compensation No.> = 1/ 2/ 3/ 4/ 5
<Frequency> = 4.00 to 5,0000E+06 (NR3)

Explanation

Command

Sets the frequency for performing SPOT compensation with the open compensation function.
This command is only valid when in LCR mode and analyzer mode.

OFF: Disables SPOT compensation of the specified compensation number.
DC: Sets the specified compensation number to DC SPOT compensation.
Frequency: Sets the SPOT compensation frequency of the specified compensation number.

Query

Returns the SPOT compensation frequency of the open compensation function.

OFF: The SPOT compensation frequency of the specified compensation number is not set.
DC: The specified compensation number is set to DC SPOT compensation.
Frequency:Returns the SPOT compensation frequency of the specified compensation number.

Example

Command

:CORRection:OPEN:FREQuency 1,120E+3
Sets the SPOT compensation frequency of compensation No. 1 to 120 kHz.

Query

:CORRection:OPEN:FREQuency? 1

Response

:CORRECTION:OPEN:FREQUENCY 120.00E+03  (when HEADER ON)
120.00E+03  (when HEADER OFF)
The SPOT compensation frequency of compensation No. 1 is set to 120 kHz.

Note

Setting and querying the open compensation function LCR ANALYZER

Syntax

Command

:CORRection:OPEN:RETurn   <OFF/ALL/SPOT>

Query

:CORRection:OPEN:RETurn?  

Response

<OFF/ALL/SPOT>

Parameter

Explanation

Command

Sets the open compensation function. The compensation values are not acquired.
This command is only valid when in LCR mode and analyzer mode.

OFF: Disables the open compensation function.
ALL: Sets the open compensation function to ALL compensation.
SPOT: Sets the open compensation function to SPOT compensation.

Query

Returns the open compensation setting.

OFF: The open compensation function is disabled.
ALL: The open compensation function is set to ALL compensation.
SPOT: The open compensation function is set to SPOT compensation.

Example

Command

:CORRection:OPEN:RETurn SPOT
Sets the open compensation function to SPOT compensation.

Query

:CORRection:OPEN:RETurn?

Response

:CORRECTION:OPEN:RETURN SPOT  (when HEADER ON)
SPOT  (when HEADER OFF)
The open compensation function is set to SPOT compensation.

Note

Open compensation value inquiry (all compensation) LCR ANALYZER

Syntax

Command

 

Query

:CORRection:OPEN:DATA:ALL?  

Response

<Open compensation frequency>, <Open compensation value G>, <Open compensation value B> (comma-delimited) for each compensation frequency

Parameter

<Open compensation frequency> = 0/4.00 to 5,0000E+06 (NR3)

Explanation

Command

Query

Returns the open compensation values acquired for all compensation frequencies.
If the compensation frequency is DC, the <Open compensation frequency> is 0.0000E+00.
If compensation has not been performed, <Open compensation value G> and <Open compensation value B> are 0.0000E+00.

Example

Command

Query

:CORRection:OPEN:DATA:ALL?

Response

0.0000E+00, -0.0786E-09, 0.0000E-09, 4.0000E+00, 0.0062E-09, 0.0118E-09, ... ... ... , 5.0000E+06, 9.102775E-06, 7.158449E-06
Returns the open compensation values acquired for all compensation frequencies.

Note

The open compensation value output format is the same as the MEASure response format (G, B).
The response message does not include a header.

Open compensation value inquiry (spot compensation) LCR ANALYZER

Syntax

Command

 

Query

:CORRection:OPEN:DATA:SPOT?   <Compensation No.>

Response

<Open compensation frequency>, <Open compensation value G>, <Open compensation value B>

Parameter

<Compensation no.> = 1/2/3/4/5
<Open compensation frequency> = 0/4.00 to 5,0000E+06 (NR3)

Explanation

Command

Query

Returns the open compensation value specified with the compensation number.
If compensation has not been performed, <Open compensation value G> and <Open compensation value B> are 0.0000E+00.
If the compensation frequency is DC, the <Open compensation frequency> is 0.0000E+00.
If not compensation frequency has been set, the <Open compensation frequency> is off.

Example

Command

Query

:CORRection:OPEN:DATA:SPOT? 2

Response

120.00E+03, 23.7354E-09, 341.7050E-09
Returns the open compensation value for compensation No. 2.

Note

The open compensation value output format is the same as the MEASure response format (G, B).
The response message does not include a header.

Executing and querying the short compensation function LCR ANALYZER

Syntax

Command

:CORRection:SHORt   <OFF/ALL/SPOT>

Query

:CORRection:SHORt?  

Response

<OFF/ALL/SPOT>

Parameter

Explanation

Command

Sets the short compensation function and acquires the compensation value.
This command is only valid when in LCR mode and analyzer mode.

OFF: Disables the short compensation function.
ALL: Acquires the short compensation value and sets the short compensation function to ALL compensation.
SPOT: Acquires the short compensation value at the set SPOT compensation frequency, and sets the short compensation function to SPOT compensation.

Query

Returns the setting of the short compensation function.

OFF: The short compensation function is disabled.
ALL: The short compensation function is set to ALL compensation.
SPOT: The short compensation function is set to SPOT compensation.

Example

Command

:CORRection:SHORt ALL
Acquires the short compensation value and sets the short compensation function to ALL compensation.

Query

:CORRection:SHORt?

Response

:CORRECTION:SHORT ALL  (when HEADER ON)
ALL  (when HEADER OFF)
The short compensation function is set to ALL compensation.

Note

Compensation cannot be executed during measurement as doing so will result in an execution error.
Change to an external trigger in the case of LCR mode, and sequence sweep or step sweep in the case of analyzer mode, and then execute the command.
An execution error occurs if a command to change the environment settings is executed during compensation.
Also, try your hardest to avoid executing commands other than ones for checking each status register (*ESR?, :ESR0? ,etc.).
In the following cases, the load compensation value cannot be acquired and an execution error occurs.

  • When performing measurement with an internal trigger in LCR mode
  • When performing measurement with an external trigger in LCR mode
  • When performing measurement sequentially in analyzer mode

Querying short compensation failure flag LCR ANALYZER

Syntax

Command

 

Query

:CORRection:SHORt:ERRor?  

Response

<Result>

Parameter

<Result> = 0/ 1/ 2 (NR1)

Explanation

Command

Query

Returns the result of executing short compensation.

0: Short compensation ended normally.
1: Short compensation ended abnormally.
2: Short compensation ended in a state in which the range has not been determined.

Example

Command

Query

:CORRection:SHORt:ERRor?

Response

:CORRECTION:SHORT:ERROR 0  (when HEADER ON)
0  (when HEADER OFF)
Short compensation ended normally.

Note

If [2] is returned for this command, the compensation value is being acquired in the state in which auto ranging has not determined the range.
In particular, symptoms such as this may occur if compensation is executed in an environment subject to a lot of noise.For the countermeasures against noise, see "Appendix External Interference" in the instruction manual.

Setting and querying frequency for acquiring short compensation value LCR ANALYZER

Syntax

Command

:CORRection:SHORt:FREQuency   <Compensation No.>,<OFF/ DC/ Frequency>

Query

:CORRection:SHORt:FREQuency?   <Compensation No.>

Response

<OFF/ DC/ Frequency>

Parameter

<Compensation No.> = 1/ 2/ 3/ 4/ 5
<Frequency> = 4.00 to 5,0000E+06 (NR3)

Explanation

Command

Sets the frequency for performing SPOT compensation with the short compensation function.
This command is only valid when in LCR mode and analyzer mode.

OFF: Disables SPOT compensation of the specified compensation number.
DC: Sets the specified compensation number to DC SPOT compensation.
Frequency: Sets the SPOT compensation frequency of the specified compensation number.

Query

Returns the SPOT compensation frequency of the short compensation function.

OFF: The SPOT compensation frequency of the specified compensation number is not set.
DC: The specified compensation number is set to DC SPOT compensation.
Frequency: Returns the SPOT compensation frequency of the specified compensation number.

Example

Command

:CORRection:SHORt:FREQuency 1,120E+3
Sets the SPOT compensation frequency of compensation No. 1 to 120 kHz.

Query

:CORRection:SHORt:FREQuency? 1

Response

:CORRECTION:SHORT:FREQUENCY 120.00E+03  (when HEADER ON)
120.00E+03  (when HEADER OFF)
The SPOT compensation frequency of compensation No. 1 is set to 120 kHz.

Note

Setting and querying the short compensation function LCR ANALYZER

Syntax

Command

:CORRection:SHORt:RETurn   <OFF/ALL/SPOT>

Query

:CORRection:SHORt:RETurn?  

Response

<OFF/ALL/SPOT>

Parameter

Explanation

Command

Sets the short compensation function. The compensation values are not acquired.
This command is only valid when in LCR mode and analyzer mode.

OFF: Disables the short compensation function.
ALL: Sets the short compensation function to ALL compensation.
SPOT: Sets the short compensation function to SPOT compensation.

Query

Returns the setting of the short compensation function.

OFF: The short compensation function is disabled.
ALL: The short compensation function is set to ALL compensation.
SPOT: The short compensation function is set to SPOT compensation.

Example

Command

:CORRection:SHORt:RETurn SPOT
Sets the short compensation function to SPOT compensation.

Query

:CORRection:SHORt:RETurn?

Response

:CORRECTION:SHORT:RETURN SPOT  (when HEADER ON)
SPOT  (when HEADER OFF)
The short compensation function is set to SPOT compensation.

Note

Short compensation value inquiry (all compensation) LCR ANALYZER

Syntax

Command

 

Query

:CORRection:SHORt:DATA:ALL?  

Response

<Short compensation frequency>, <Open compensation value R>, <Open compensation value X> (comma delimited) for each compensation frequency

Parameter

<Short compensation frequency> = 0/4.00 to 5,000E+06 (NR3)

Explanation

Command

Query

Returns the short compensation values acquired for all compensation frequencies.
If the compensation frequency is DC, the <Short compensation frequency> is 0.0000E+00.
If compensation has not been performed, <Short compensation value R> and <Short compensation value X> are 0.0000E+00.

Example

Command

Query

:CORRection:SHORt:DATA:ALL?

Response

0.0000E+00, 11.742E-03, 0.0000E+00, 4.0000E+00, 11.741E-03, -0.002E-03, ... ... ... , 5.0000E+06, 89.957E-03, 450.797E-03
Returns the short compensation values acquired for all compensation frequencies.

Note

The short compensation value output format is the same as the MEASure response format (R, X).
The response message does not include a header.

Short compensation value inquiry (spot compensation) LCR ANALYZER

Syntax

Command

 

Query

:CORRection:SHORt:DATA:SPOT?   <Compensation No.>

Response

<Short compensation frequency>, <Open compensation value R>, <Open compensation value X>

Parameter

<Compensation no.> = 1/2/3/4/5
<Short compensation frequency> = 0/4.00 to 5,0000E+06 (NR3)

Explanation

Command

Query

Returns the short compensation value specified with the compensation number.
If compensation has not been performed, <Short compensation value R> and <Short compensation value X> are 0.0000E+00.
If the compensation frequency is DC, the <Short compensation frequency> is 0.0000E+00.
If the compensation frequency has not been set, the <Short compensation frequency> is off.

Example

Command

Query

:CORRection:SHORt:DATA:SPOT? 2

Response

120.00E+03, 2.720E-03, 26.536E-03
Returns the short compensation value for compensation No. 2.

Note

The short compensation value output format is the same as the MEASure response format (R, X).
The response message does not include a header.

Executing and querying the load compensation function LCR

Syntax

Command

:CORRection:LOAD   <OFF/ON>

Query

:CORRection:LOAD?  

Response

<OFF/ON>

Parameter

Explanation

Command

Sets the load compensation function and acquires the compensation value.
This command is only valid when in LCR mode.

OFF: Disables the load compensation function.
ON: Acquires the load compensation value and enables the load compensation function.

Query

Returns the setting of the load compensation function.

Example

Command

:CORRection:LOAD ON
Acquires the load compensation value and enables the load compensation function.

Query

:CORRection:LOAD?

Response

:CORRECTION:LOAD ON  (when HEADER ON)
ON  (when HEADER OFF)
The load compensation function is enabled.

Note

Set the load compensation conditions before acquiring the load compensation value.
A command error occurs if there is not even one valid load compensation condition.
In the following cases, the load compensation value cannot be acquired and an execution error occurs.

  • When performing measurement with an internal trigger in LCR mode
  • When performing measurement with an external trigger in LCR mode

Setting and querying the load compensation conditions LCR

Syntax

Command

:CORRection:LOAD:CONDition   <Compensation No.>,<Frequency>,<Range No.>,<LOW Z>,<V/ CV /CC>,<Level value>,<DC bias>,<DC bias value>

Query

:CORRection:LOAD:CONDition?   <Compensation No.>

Response

<Frequency>,<Range No.>,<LOW Z>,<V/ CV /CC>,<Level value>,<DC bias>,<DC bias value>

Parameter

<Compensation No.> = 1/ 2/ 3/ 4/ 5
<Frequency> = 4.00 to 5,0000E+06 (NR3)
<Range No.> = 1 to 12 (NR1)
<LOW Z> = OFF/ON
<Level Value> = The settable range varies depending on the conditions. (NR3)
<DC bias> = OFF/ON
<DC bias value> = The settable range varies depending on the conditions. (NR3)

Explanation

Command

Sets the load compensation conditions.
This command is only valid when in LCR mode.

Query

Returns the load compensation conditions.

Example

Command

:CORRection:LOAD:CONDition 3,5.0000E+03,3,ON,CV,0.300,ON,2.00
Sets the following load compensation conditions for load compensation No. 3.

Frequency: 5.0000 kHz
Range: 3 (10 Ω range)
LOW Z : ON
Level mode: CV
Level value: 0.300 V
DC bias: ON
DC bias value: 2.00 V

Query

:CORRection:LOAD:CONDition? 3

Response

:CORRECTION:LOAD:CONDITION 5.0000E+03,3,ON,CV,0.300,ON,2.00  (when HEADER ON)
5.0000E+03,3,ON,CV,0.300,ON,2.00  (when HEADER OFF)
The following load conditions are set for load compensation No. 3.

Frequency: 5.0000 kHz
Range: 3 (10 Ω range)
LOW Z : ON
Level mode: CV
Level value: 0.300 V
DC bias: ON
DC bias value: 2.00 V

Note

If this command is executed when the setting last time was the DC setting, the parameter to be used for the reference value is changed to Z-θ, and the reference value is cleared.
An execution error occurs in the following cases.

  • When a value that cannot be set as a load compensation condition is specified
  • When a compensation number for which the load compensation conditions have not been set is queried
  • When a compensation number which is set to DC is queried

Setting and querying the load compensation conditions for when DC resistance measurement LCR

Syntax

Command

:CORRection:LOAD:DCResistance:CONDition   <Compensation No.>,<Range No.>,<LOW Z>,<V/ CV/ CC>,<Level Value>

Query

:CORRection:LOAD:DCResistance:CONDition?   <Compensation No.>

Response

<Range No.>,<LOW Z>,<V/ CV/ CC>,<Level Value>

Parameter

<Compensation No.> = 1/ 2/ 3/ 4/ 5
<Range No.> = 1 to 12 (NR1)
<LOW Z> = OFF/ON
<Level Value> = The settable range varies depending on the conditions. (NR3)

Explanation

Command

Sets the load compensation conditions for when DC resistance measurement.
This command is only valid when in LCR mode.

Query

Returns the load compensation conditions for when DC resistance measurement.

Example

Command

:CORRection:LOAD:DCResistance:CONDition 5,6,OFF,CC,5.23E-03
Sets the following load compensation conditions for when DC resistance measurement to load compensation No. 5.

Range: 6 (3 kΩ range)
LOW Z : OFF
Level mode: CC
Level value: 5.23 mA

Query

:CORRection:LOAD:DCResistance:CONDition? 5

Response

:CORRECTION:LOAD:DCRESISTANCE:CONDITION 6,OFF,CC,5.23E-03  (when HEADER ON)
6,OFF,CC,5.23E-03  (when HEADER OFF)
The following load compensation conditions for when DC resistance measurement are set to load compensation No. 5.

Range: 6 (3 kΩ range)
LOW Z : OFF
Level mode: CC
Level value: 5.23 mA

Note

If this command is executed and the setting last time was not the DC setting, the parameter to use for the reference value is changed to Rdc, and the reference value is cleared.
An execution error occurs in the following cases.

  • When a value that cannot be set as a load compensation condition for DC resistance measurement is specified
  • When a compensation number for which the load compensation conditions for when DC resistance measurement have not been set is queried
  • When a compensation number which is not set to DC is queried

Setting and querying the reference value of load compensation for when DC resistance measurement LCR

Syntax

Command

:CORRection:LOAD:DCResistance:REFerence   <Compensation No.>,<Reference value>

Query

:CORRection:LOAD:DCResistance:REFerence?   <Compensation No.>

Response

<Reference value>

Parameter

<Compensation No.> = 1/ 2/ 3/ 4/ 5
<Reference value> = The settable range varies depending on the conditions. (NR3)

Explanation

Command

Sets the reference value to use for load compensation for when DC resistance measurement. This command is only valid when in LCR mode.

Query

Returns the reference value to use for load compensation for when DC resistance measurement.

Example

Command

:CORRection:LOAD:DCResistance:REFerence 1,20
Sets the reference value of compensation No. 1 to 20 Ω.

Query

:CORRection:LOAD:DCResistance:REFerence? 1

Response

:CORRECTION:LOAD:DCRESISTANCE:REFERENCE 20.00000E+00  (when HEADER ON)
20.00000E+00  (when HEADER OFF)
The reference value of compensation No. 1 is set to 20 Ω.

Note

An execution error occurs in the following cases.

  • When the specified compensation number is not set to DC
  • When a valid reference value is not set

Load compensation value inquiry LCR

Syntax

Command

 

Query

:CORRection:LOAD:DATA?   <Compensation No.>

Response

<Compensation coefficient 1>, <Compensation coefficient 2>

Parameter

<Compensation No.> = 1/ 2/ 3/ 4/ 5

Explanation

Command

Query

Returns the compensation coefficient acquired by executing load compensation.

Example

Command

Query

:CORRection:LOAD:DATA? 1

Response

225.6614E-03, -61.187
Returns the compensation coefficient for compensation No. 1.

Note

If the compensation mode is DC, only <Compensation coefficient 1> is returned.
If the load compensation setting for the specified compensation number has not been set, an execution error will result.

Querying load compensation failure flag LCR

Syntax

Command

 

Query

:CORRection:LOAD:ERRor?  

Response

<Result>

Parameter

<Result> = 0/ 1 (NR1)

Explanation

Command

Query

Returns the result of executing load compensation.

0: Load compensation ended normally.
1: Load compensation ended abnormally.

Example

Command

Query

:CORRection:LOAD:ERRor?

Response

:CORRECTION:LOAD:ERROR 0  (when HEADER ON)
0  (when HEADER OFF)
Load compensation ended normally.

Note

Setting and querying the reference values of load compensation LCR

Syntax

Command

:CORRection:LOAD:REFerence   <Compensation No.>,<Mode No.>,<Reference value1>,<Reference value2>

Query

:CORRection:LOAD:REFerence?   <Compensation No.>

Response

<Mode No.>,<Reference value1>,<Reference value2>

Parameter

<Compensation No.> = 1/ 2/ 3/ 4/ 5
<Mode No.> = 1 to 10 (NR1)
<Reference value1> = The settable range varies depending on the reference value mode. (NR3)
<Reference value2> = The settable range varies depending on the reference value mode. (NR3)

Explanation

Command

Sets the parameter and reference values to use for the reference values for load compensation.
This command is only valid when in LCR mode.

Query

Returns the parameter and reference values to use for the reference value for load compensation.

Example

Command

:CORRection:LOAD:REFerence 1,2,10e-9,0.00014
Sets parameter, reference value 1 (Cs), and reference value 2 (D) of compensation No. 1 to Cs-D, 10 nF, and 0.00014, respectively.

Query

:CORRection:LOAD:REFerence? 1

Response

:CORRECTION:LOAD:REFERENCE 2,10.00000E-09,140.0000E-06  (when HEADER ON)
2,10.00000E-09,140.0000E-06  (when HEADER OFF)
The parameter, reference value 1 (Cs), and reference value 2 (D) of compensation No. 1 are set to Cs-D, 10 nF, and 0.00014, respectively.

Note

An execution error occurs in the following cases.

  • When the specified compensation number is set to DCR
  • When a valid reference value is not set

Resetting the load compensation conditions LCR

Syntax

Command

:CORRection:LOAD:RESet   <Compensation No.>

Query

 

Response

Parameter

<Compensation No.> = 1/ 2/ 3/ 4/ 5

Explanation

Command

Clears the load compensation conditions of the specified compensation number.
Clearing the compensation conditions disables (turns OFF) load compensation.
This command is only valid when in LCR mode.

Query

Example

Command

:CORRection:LOAD:RESet 1
Clears the load compensation conditions of compensation No. 1.

Query

Response

Note

The load compensation conditions cannot be restored once they are cleared.
Set them again.

Setting and querying the load compensation function LCR

Syntax

Command

:CORRection:LOAD:RETurn   <OFF/ON>

Query

:CORRection:LOAD:RETurn?  

Response

<OFF/ON>

Parameter

Explanation

Command

Sets the load compensation function. The compensation values are not acquired.
This command is only valid when in LCR mode.

OFF: Disables the load compensation function.
ON: Enables the load compensation function.

Query

Returns the setting of the load compensation function.

Example

Command

:CORRection:LOAD:RETurn ON
Enables the load compensation function.

Query

:CORRection:LOAD:RETurn?

Response

:CORRECTION:LOAD:RETURN ON  (when HEADER ON)
ON  (when HEADER OFF)
The load compensation function is enabled.

Note

Setting and querying the cable length compensation function LCR ANALYZER

Syntax

Command

:CORRection:CABLe   <Cable length>

Query

:CORRection:CABLe?  

Response

<Cable length>

Parameter

<Cable length> = 0/1 (NR1)

Explanation

Command

Sets the cable length compensation function.
This command is only valid when in LCR mode and analyzer mode.

Query

Returns the setting of the cable length compensation function.

0: The cable length compensation function is set to 0 m.
1: The cable length compensation function is set to 1 m.

Example

Command

:CORRection:CABLe 1
Sets the cable length compensation function to 1 m.

Query

:CORRection:CABLe?

Response

:CORRECTION:CABLE 1  (when HEADER ON)
1  (when HEADER OFF)
The cable length compensation function is set to 1 m.

Note

Setting and querying the scaling compensation function LCR ANALYZER

Syntax

Command

:CORRection:SCALe   <OFF/ON>

Query

:CORRection:SCALe?  

Response

<OFF/ON>

Parameter

Explanation

Command

Sets the scaling compensation function.
This command is only valid when in LCR mode and analyzer mode.

Query

Returns the setting of the scaling compensation function.

Example

Command

:CORRection:SCALe ON
Enables the scaling compensation function.

Query

:CORRection:SCALe?

Response

:CORRECTION:SCALE ON  (when HEADER ON)
ON  (when HEADER OFF)
The scaling compensation function is enabled.

Note

In analyzer mode, only scaling No. 1 and scaling No. 3 are enabled.

Setting and querying the scaling compensation value LCR ANALYZER

Syntax

Command

:CORRection:SCALe:DATA   <Scaling No.>,<Compensation value A>,<Compensation value B>

Query

:CORRection:SCALe:DATA?   <Scaling No.>

Response

<Compensation value A>,<Compensation value B>

Parameter

<Scaling No.> = 1/ 2/ 3/ 4
<Compensation value A> = -999.9999 to 999.9999 (NR2)
<Compensation value B> = -9.999999E+09 to 9.999999E+09 (NR3)

Explanation

Command

Sets the values of the scaling compensation function.
This command is only valid when in LCR mode and analyzer mode.

Query

Returns the values of the scaling compensation function.

Example

Command

:CORRection:SCALe:DATA 1,1.23,4.56
Sets compensation value A and compensation value B of scaling No. 1 to 1.23 and 4.56, respectively.

Query

:CORRection:SCALe:DATA? 1

Response

:CORRECTION:SCALE:DATA 1.23,4.560000E+00  (when HEADER ON)
1.2300,4.560000E+00  (when HEADER OFF)
The compensation value A and compensation value B of scaling No. 1 are set to 1.23 and 4.56, respectively.

Note

Setting and querying ON/ OFF of DC bias function LCR ANALYZER

Syntax

Command

:DCBias   <ON/OFF>

Query

:DCBias?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the DC bias function.

Query

Returns the setting of the DC bias function.

Example

Command

:DCBias ON
Enables the DC bias function.

Query

:DCBias?

Response

:DCBIAS ON  (when HEADER ON)
ON  (when HEADER OFF)
The DC bias function is enabled.

Note

Setting and querying the DC bias level LCR ANALYZER

Syntax

Command

:DCBias:LEVel   <DC bias level>

Query

:DCBias:LEVel?  

Response

<DC bias level>

Parameter

<DC bias level> = 0.00 to 2.50 V (NR2)

Explanation

Command

Sets the DC bias level.

Query

Returns the DC bias level.

Example

Command

:DCBias:LEVel 1.50
Sets the DC bias level to 1.5 V.

Query

:DCBias:LEVel?

Response

:DCBIAS:LEVEL 1.50  (when HEADER ON)
1.50  (when HEADER OFF)
The DC bias level is set to 1.5 V.

Note

Setting and querying the DC offset for when DC resistance measurement LCR

Syntax

Command

:DCResistance:ADJust   <ON/OFF>

Query

:DCResistance:ADJust?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the DC offset for when DC resistance measurement.

Query

Returns the setting of the DC offset for when DC resistance measurement.

Example

Command

:DCResistance:ADJust ON
Enables the DC offset for when DC resistance measurement.

Query

:DCResistance:ADJust?

Response

:DCRESISTANCE:ADJUST ON  (when HEADER ON)
ON  (when HEADER OFF)
The DC offset for when DC resistance measurement is enabled.

Note

Acquiring DC offset for when DC resistance measurement LCR

Syntax

Command

:DCResistance:ADJust:DEMand  

Query

 

Response

Parameter

Explanation

Command

Acquires the DC offset value for when DC resistance measurement.
Use this command when the DC adjustment function is OFF and the DC offset value needs to be acquired.
This command is valid when the DC adjustment function is ON but the offset value is acquired for each measurement.

Query

Example

Command

:DCResistance:ADJust:DEMand
Acquires the DC offset value for when DC resistance measurement.

Query

Response

Note

Setting and querying averaging for when DC resistance measurement LCR

Syntax

Command

:DCResistance:AVERaging   <OFF/ number of averaging times>

Query

:DCResistance:AVERaging?  

Response

<OFF/ number of averaging times>

Parameter

<number of averaging times> = 1 to 256 (NR1)

Explanation

Command

Sets the number of averaging times for when DC resistance measurement.

OFF: Disables the averaging function.

Query

Returns the number of averaging times for when DC resistance measurement.

Example

Command

:DCResistance:AVERaging 32
Sets the number of averaging times for when DC resistance measurement to 32.

Query

:DCResistance:AVERaging?

Response

:DCRESISTANCE:AVERAGING 32  (when HEADER ON)
32  (when HEADER OFF)
The number of averaging times for when DC resistance measurement is set to 32.

Note

Setting the number of averaging times to 1 automatically sets the averaging function to OFF.
Setting the number of averaging times from 2 to 256 automatically sets the averaging function to ON.

Setting and querying the transition delay time for when DC resistance measurement LCR

Syntax

Command

:DCResistance:DELay   <Delay time>

Query

:DCResistance:DELay?  

Response

<Delay time>

Parameter

<Delay time> = 0.0003 to 9.9999 (NR2)

Explanation

Command

Sets the delay time for when switching between AC measurement and DC measurement.

Query

Returns the delay time for when switching between AC measurement and DC measurement.

Example

Command

:DCResistance:DELay 0.05
Sets the delay time for when switching between AC measurement and DC measurement to 0.0500 s.

Query

:DCResistance:DELay?

Response

:DCRESISTANCE:DELAY 0.0500  (when HEADER ON)
0.0500  (when HEADER OFF)
The delay time for when switching between AC measurement and DC measurement is set to 0.0500 s.

Note

Setting and querying the measurement signal level for when DC resistance measurement LCR

Syntax

Command

:DCResistance:LEVel   <V/CV/CC>

Query

:DCResistance:LEVel?  

Response

<V/CV/CC>

Parameter

Explanation

Command

Sets the measurement signal type for when DC resistance measurement to any one of opencircuit voltage, constant voltage, and constant current.

V: Sets open-circuit voltage.
CV: Sets constant voltage.
CC: Sets constant current.

Query

Returns the measurement signal type for when DC resistance measurement.

Example

Command

:DCResistance:LEVel V
Sets the measurement signal type for when DC resistance measurement to V (open-circuit voltage).

Query

:DCResistance:LEVel?

Response

:DCRESISTANCE:LEVEL V  (when HEADER ON)
V  (when HEADER OFF)
The measurement signal type for when DC resistance measurement is set to V (open-circuit voltage).

Note

Setting and querying the constant current level value for when DC resistance measurement LCR

Syntax

Command

:DCResistance:LEVel:CCURRent   <Constant current level>

Query

:DCResistance:LEVel:CCURRent?  

Response

<Constant current level>

Parameter

<Constant current level> = The settable range varies depending on the conditions. (NR3)
Refer to "Setting the Measurement Signal Level" in the instruction manual.

Explanation

Command

Sets the constant current level for when DC resistance measurement.

Query

Returns the setting of the constant current level for when DC resistance measurement.

Example

Command

:DCResistance:LEVel:CCURRent 10E-3
Sets the constant current level for when DC resistance measurement to 10 mA.

Query

:DCResistance:LEVel:CCURRent?

Response

:DCRESISTANCE:LEVEL:CCURRENT 10.00E-03  (when HEADER ON)
10.00E-03  (when HEADER OFF)
The constant current level for when DC resistance measurement is set to 10 mA.

Note

Setting and querying the constant voltage level value for when DC resistance measurement LCR

Syntax

Command

:DCResistance:LEVel:CVOLTage   <Constant voltage level>

Query

:DCResistance:LEVel:CVOLTage?  

Response

<Constant voltage level>

Parameter

<Constant voltage level> = The settable range varies depending on the conditions. (NR3)
Refer to "Setting the Measurement Signal Level" in the instruction manual.

Explanation

Command

Sets the constant voltage level for when DC resistance measurement.

Query

Returns the setting of the constant voltage level for when DC resistance measurement.

Example

Command

:DCResistance:LEVel:CVOLTage 1.000
Sets the constant voltage level for when DC resistance measurement to 1 V.

Query

:DCResistance:LEVel:CVOLTage?

Response

:DCRESISTANCE:LEVEL:CVOLTAGE 1.000  (when HEADER ON)
1.000  (when HEADER OFF)
The constant voltage level for when DC resistance measurement is set to 1 V.

Note

Setting and querying the open-circuit voltage level value for when DC resistance measurement LCR

Syntax

Command

:DCResistance:LEVel:VOLTage   <Open-circuit voltage level>

Query

:DCResistance:LEVel:VOLTage?  

Response

<Open-circuit voltage level>

Parameter

<Open-circuit voltage level> = The settable range varies depending on the conditions. (NR3)
Refer to "Setting the Measurement Signal Level" in the instruction manual.

Explanation

Command

Sets the open-circuit voltage level for when DC resistance measurement.

Query

Returns the setting of the open-circuit voltage level for when DC resistance measurement.

Example

Command

:DCResistance:LEVel:VOLTage 1.000
Sets the open-circuit voltage level for when DC resistance measurement to 1 V.

Query

:DCResistance:LEVel:VOLTage?

Response

:DCRESISTANCE:LEVEL:VOLTAGE 1.000  (when HEADER ON)
1.000  (when HEADER OFF)
The open-circuit voltage level for when DC resistance measurement is set to 1 V.

Note

Setting and querying ON/ OFF of limit for when DC resistance measurement LCR

Syntax

Command

:DCResistance:LIMiter   <ON/OFF>

Query

:DCResistance:LIMiter?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the limit function for when DC resistance measurement.

Query

Returns the setting of the limit function for when DC resistance measurement.

Example

Command

:DCResistance:LIMiter ON
Sets the limit function for when DC resistance measurement to ON.

Query

:DCResistance:LIMiter?

Response

:DCRESISTANCE:LIMITER ON  (when HEADER ON)
ON  (when HEADER OFF)
The limit function for when DC resistance measurement is set to ON.

Note

Setting and querying the current limit value for when DC resistance measurement LCR

Syntax

Command

:DCResistance:LIMiter:CURRent   <Current limit value>

Query

:DCResistance:LIMiter:CURRent?  

Response

<Current limit value>

Parameter

<Current limit value> = 0.01 m to 100.00 mA (NR3)

Explanation

Command

Sets the current limit value for when DC resistance measurement.

Query

Returns the current limit value for when DC resistance measurement.

Example

Command

:DCResistance:LIMiter:CURRent 50.00E-03
Sets the current limit value for when DC resistance measurement to 50 mA.

Query

:DCResistance:LIMiter:CURRent?

Response

:DCRESISTANCE:LIMITER:CURRENT 50.00E-03  (when HEADER ON)
50.00E-03  (when HEADER OFF)
The current limit value for when DC resistance measurement is set to 50 mA.

Note

Setting and querying the voltage limit value for when DC resistance measurement LCR

Syntax

Command

:DCResistance:LIMiter:VOLTage   <Voltage limit value>

Query

:DCResistance:LIMiter:VOLTage?  

Response

<Voltage limit value>

Parameter

<Voltage limit value> = 0.10 to 2.50 V (NR3)

Explanation

Command

Sets the voltage limit value for when DC resistance measurement.

Query

Returns the voltage limit value for when DC resistance measurement.

Example

Command

:DCResistance:LIMiter:VOLTage 2.5
Sets the voltage limit value for when DC resistance measurement to 2.5 V.

Query

:DCResistance:LIMiter:VOLTage?

Response

:DCRESISTANCE:LIMITER:VOLTAGE 2.500  (when HEADER ON)
2.500  (when HEADER OFF)
The voltage limit value for when DC resistance measurement is set to 2.5 V.

Note

Setting and querying the measurement range for when DC resistance measurement LCR

Syntax

Command

:DCResistance:RANGe   <Range No.>

Query

:DCResistance:RANGe?  

Response

<Range No.>

Parameter

<Measurement range No.> = 1 to 12 (NR1)

Explanation

Command

Sets the measurement range for when DC resistance measurement.
If this command is executed, the range setting is automatically changed from auto to hold.

Query

Returns the measurement range for when DC resistance measurement.

Example

Command

:DCResistance:RANGe 4
Sets the measurement range for when DC resistance measurement to 4 (300 Ω).

Query

:DCResistance:RANGe?

Response

:DCRESISTANCE:RANGE 4  (when HEADER ON)
4  (when HEADER OFF)
The measurement range for when DC resistance measurement is set to 4 (300 Ω).

Note

Automatically setting and querying the measurement range for when DC resistance measurement LCR

Syntax

Command

:DCResistance:RANGe:AUTO   <ON/OFF>

Query

:DCResistance:RANGe:AUTO?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the measurement range for when DC resistance measurement to be changed automatically.

ON: The range is changed automatically by the auto ranging function.
OFF: The range is fixed and is not changed automatically.

Query

Returns the automatic setting of the measurement range for when DC resistance measurement.

Example

Command

:DCResistance:RANGe:AUTO ON
Sets the measurement range for when DC resistance measurement to be changed automatically.

Query

:DCResistance:RANGe:AUTO?

Response

:DCRESISTANCE:RANGE:AUTO ON  (when HEADER ON)
ON  (when HEADER OFF)
The measurement range for when DC resistance measurement is set to be changed automatically.

Note

Setting and querying low Z high accuracy mode for when DC resistance measurement LCR

Syntax

Command

:DCResistance:RANGe:LOWZ   <ON/OFF>

Query

:DCResistance:RANGe:LOWZ?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets low Z high accuracy mode for when DC resistance measurement.

Query

Returns the setting of low Z high accuracy mode for when DC resistance measurement.

Example

Command

:DCResistance:RANGe:LOWZ ON
Enables low Z high accuracy mode for when DC resistance measurement.

Query

:DCResistance:RANGe:LOWZ?

Response

:DCRESISTANCE:RANGE:LOWZ ON  (when HEADER ON)
ON  (when HEADER OFF)
Low Z high accuracy mode for when DC resistance measurement is enabled.

Note

Setting and querying the measurement speed for when DC resistance measurement LCR

Syntax

Command

:DCResistance:SPEEd   <FAST/MEDium/SLOW/SLOW2>

Query

:DCResistance:SPEEd?  

Response

<FAST/MEDIUM/SLOW/SLOW2>

Parameter

Explanation

Command

Sets the measurement speed for when DC resistance measurement.

Query

Returns the setting of the measurement speed for when DC resistance measurement.

Example

Command

:DCResistance:SPEEd MEDium
Sets the measurement speed for when DC resistance measurement to medium.

Query

:DCResistance:SPEEd?

Response

:DCRESISTANCE:SPEED MEDIUM  (when HEADER ON)
MEDIUM  (when HEADER OFF)
The measurement speed for when DC resistance measurement is set to medium.

Note

Setting and querying LCD display LCR ANALYZER CONTINUOUS

Syntax

Command

:DISPlay   <ON/OFF>

Query

:DISPlay?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets LCD display.

ON: Sets the LCD to always on.
OFF: The LCD turns off after approximately 10 seconds elapse since the touch panel was last touched. Touching the touch panel again turns the LCD on again.

Query

Returns the setting of LCD display.

Example

Command

:DISPlay OFF
Sets the LCD to turn off.

Query

:DISPlay?

Response

:DISPLAY OFF  (when HEADER ON)
OFF  (when HEADER OFF)
The LCD is set to turn off.

Note

Writing and reading event status enable register 0 LCR ANALYZER CONTINUOUS

Syntax

Command

:ESE0   <Mask value>

Query

:ESE0?  

Response

<Mask value>

Parameter

<Mask value> = 0 to 255 (NR1)

Explanation

Command

Sets the mask pattern of ESER0.
The initial value (when power is turned on) is 0.

Query

Returns the mask pattern of ESER0.

Example

Command

:ESE0 20
Sets bit 4 and bit 2 of ESER0.

Query

:ESE0?

Response

:ESE0 20  (when HEADER ON)
20  (when HEADER OFF)
Bit 4 and bit 2 of ESER0 are set to 1.

Note

For details on each of the bits, refer to "About Event Registers".

Writing and reading event status enable register 1 LCR ANALYZER CONTINUOUS

Syntax

Command

:ESE1   <Mask value>

Query

:ESE1?  

Response

<Mask value>

Parameter

<Mask value> = 0 to 255 (NR1)

Explanation

Command

Sets the mask pattern of ESER1.
The initial value (when power is turned on) is 0.

Query

Returns the mask pattern of ESER1.

Example

Command

:ESE1 64
Sets bit 6 of ESER1.

Query

:ESE1?

Response

:ESE1 64  (when HEADER ON)
64  (when HEADER OFF)
Bit 6 of ESER1 are set to 1.

Note

This register's bits are reset after 1 measurement completes.
In analyzer mode, the bits are set after measurement of 1 sweep point completes.
For details on each of the bits, refer to "About Event Registers".

Writing and reading event status enable register 2 LCR ANALYZER CONTINUOUS

Syntax

Command

:ESE2   <Mask value>

Query

:ESE2?  

Response

<Mask value>

Parameter

<Mask value> = 0 to 255 (NR1)

Explanation

Command

Sets the mask pattern of ESER2.
The initial value (when power is turned on) is 0.

Query

Returns the mask pattern of ESER2.

Example

Command

:ESE2 1
Sets bit 0 of ESER2.

Query

:ESE2?

Response

:ESE2 1  (when HEADER ON)
1  (when HEADER OFF)
Bit 0 of ESER2 are set to 1.

Note

For details on each of the bits, refer to "About Event Registers".

Writing and reading event status enable register 3 LCR ANALYZER CONTINUOUS

Syntax

Command

:ESE3   <Mask value>

Query

:ESE3?  

Response

<Mask value>

Parameter

<Mask value> = 0 to 255 (NR1)

Explanation

Command

Sets the mask pattern of ESER3.
The initial value (when power is turned on) is 0.

Query

Returns the mask pattern of ESER3.

Example

Command

:ESE3 3
Sets bit 1 and bit 0 of ESER3.

Query

:ESE3?

Response

:ESE3 3  (when HEADER ON)
3  (when HEADER OFF)
Bit 1 and bit 0 of ESER3 are set to 1.

Note

For details on each of the bits, refer to "About Event Registers".

Reading event status register 0 LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:ESR0?  

Response

<Register value>

Parameter

<Register value> = 0 to 255 (NR1)

Explanation

Command

Query

Returns the register value of event status register 0 (ESR0), and clears the register.
A header is not added to the response message.

Example

Command

Query

:ESR0?

Response

4
Bit 2 of ESR0 are set to 1.

Note

This register's bits are reset after 1 measurement completes.
In analyzer mode, the bits are set after measurement of 1 sweep point completes.
For details on each of the bits, refer to "About Event Registers".

Reading event status register 1 LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:ESR1?  

Response

<Register value>

Parameter

<Register value> = 0 to 255 (NR1)

Explanation

Command

Query

Returns the register value of event status register 1 (ESR1), and clears the register.
A header is not added to the response message.

Example

Command

Query

:ESR1?

Response

82
Bit 6 and bit 4 of ESR1 are set to 1.

Note

When comparator measurement is performed in LCR mode, the bits are set after one measurement finishes.
When area judgment is performed in analyzer mode, the bits are set after one sweep point measurement finishes.
In the case of continuous measurement, the AND bit is set after continuous measurement finishes.
For details on each of the bits, refer to "About Event Registers".

Reading event status register 2 LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:ESR2?  

Response

<Register value>

Parameter

<Register value> = 0 to 255 (NR1)

Explanation

Command

Query

Returns the register value of event status register 2 (ESR2), and clears the register.
A header is not added to the response message.

Example

Command

Query

:ESR2?

Response

1
Bit 0 of ESR2 are set to 1.

Note

When BIN measurement is performed in LCR mode, the bits are set after one measurement finishes.
When peak judgment is performed in analyzer mode, the bits are set after one sweep measurement finishes.
In continuous measurement mode, the bits are not set.
For details on each of the bits, refer to "About Event Registers".

Reading event status register 3 LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:ESR3?  

Response

<Register value>

Parameter

<Register value> = 0 to 255 (NR1)

Explanation

Command

Query

Returns the register value of event status register 3 (ESR3), and clears the register.
A header is not added to the response message.

Example

Command

Query

:ESR3?

Response

64
Bit 6 of ESR3 are set to 1.

Note

When BIN measurement is performed in LCR mode, the bits are set after one measurement finishes.
When peak judgment is performed in analyzer mode, the bits are set after one sweep measurement finishes.
In continuous measurement mode, the bits are not set.
For details on each of the bits, refer to "About Event Registers".

Setting and querying the date and time for when saving text LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:DATE   <ON/OFF>

Query

:FILE:DATE?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets whether to save the date and time when saving text.

Query

Returns the date and time setting for when saving text.

Example

Command

:FILE:DATE ON
Saves the date and time when saving text.

Query

:FILE:DATE?

Response

:FILE:DATE ON  (when HEADER ON)
ON  (when HEADER OFF)
The date and time are saved when saving text.

Note

Setting and querying the delimiter for when saving text LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:DELIMiter   <COMma/TAB/SEMIcolon/SPACE>

Query

:FILE:DELIMiter?  

Response

<COMMA/TAB/SEMICOLON/SPACE>

Parameter

Explanation

Command

Sets the delimiter for when saving text.
COMma: Comma (,)

TAB: Tab
SEMIcolon: Semicolon (;)
SPACE: Space

Query

Returns the delimiter for when saving text.

Example

Command

:FILE:DELIMiter SEMIcolon
Sets the delimiter for when saving text to a semicolon.

Query

:FILE:DELIMiter?

Response

:FILE:DELIMITER SEMICOLON  (when HEADER ON)
SEMICOLON  (when HEADER OFF)
The delimiter for when saving text is set to a semicolon.

Note

Setting and querying the save folder LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:FOLDer   <Folder name>

Query

:FILE:FOLDer?  

Response

<Folder name>

Parameter

<Folder name> = 0 to 9, A to Z, + ,-, _ (Up to 12 characters)

Explanation

Command

Sets the folder name of the save folder.
The characters that can be used for the file name are alphanumeric characters and the "+", "-" and "_" symbols.
Lowercase alphabetical characters are converted to uppercase.

Query

Returns the folder name of the save folder.

Example

Command

:FILE:FOLDer SaveData0523
Sets the folder name of the save folder to [SAVEDATA0523].

Query

:FILE:FOLDer?

Response

:FILE:FOLDER SAVEDATA0523  (when HEADER ON)
SAVEDATA0523  (when HEADER OFF)
The folder name of the save folder is set to [SAVEDATA0523].

Note

Executing this command automatically sets the mode of the save folder to "MANUAL".

Querying USB flash drive information LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:FILE:INFOrmation?  

Response

<Format type>,<Total size>,<Space used>,<Space free>,<Usage rate>

Parameter

<Format type> = FAT12/ FAT16/ FAT32

Explanation

Command

Query

Returns the information of the USB flash drive.
An execution error occurs if the USB flash drive is not connected.

Example

Command

Query

:FILE:INFOrmation?

Response

:FILE:INFORMATION FAT32,1.9GB,960MB,949MB,50.3%  (when HEADER ON)
FAT32,1.9GB,960MB,949MB,50.3%  (when HEADER OFF)
The format type of the connected USB flash drive is FAT32, the total size 1.9 GB, space used 960 MB, space free 949 MB, and usage rate 50.3%.

Note

Setting and querying the mode of the save folder LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:MODE   <AUTO/MANUAL>

Query

:FILE:MODE?  

Response

<AUTO/MANUAL>

Parameter

Explanation

Command

Sets the mode of the save folder.

AUTO: The save folder is set automatically from the date and time.
MANUAL:Any folder can be set. Set the folder name with the FILE:FOLDer command.

Query

Returns the mode of the save folder.

Example

Command

:FILE:MODE MANUAL
Sets the mode of the save folder to manual.

Query

:FILE:MODE?

Response

:FILE:MODE MANUAL  (when HEADER ON)
MANUAL  (when HEADER OFF)
The mode of the save folder is set to manual.

Note

Execution of panel save to USB memory LCR ANALYZER

Syntax

Command

:FILE:PANel:SAVE   <Panel name>

Query

 

Response

Parameter

<Panel name> = +, -, _, 0 to 9, A to Z (12 characters or less)

Explanation

Command

Specifies a panel name and saves the panel to USB memory.
Executing this command causes a folder named "SETTING" to be created on the USB memory, and the panel is saved in that folder.
Executing it in LCR mode causes the LCR panel to be saved, while executing it in analyzer mode causes the analyzer panel to be saved.
The valid characters listed above are used for the panel name, which can be specified using a maximum of 12 characters.
Lowercase letters "a" to "z" are converted into uppercase letters.

Query

Example

Command

:FILE:PANel:SAVE TEST1
Saves the panel to USB memory under the name "TEST1".

Query

Response

Note

Before executing this command, check whether the USB memory has been properly recognized.

Execution of panel load from USB memory LCR ANALYZER

Syntax

Command

:FILE:PANel:LOAD   <Panel name>

Query

 

Response

Parameter

<Panel name> = +, -, _, 0 to 9, A to Z (12 characters or less)

Explanation

Command

Specifies a panel name and executes a panel load from USB memory.
The valid characters listed above are used for the panel name, which can be specified using a maximum of 12 characters.

Query

Example

Command

:FILE:PANel:LOAD TEST1
Loads the panel named "TEST1" from USB memory.

Query

Response

Note

An execution error will result if a panel with the specified name does not exist.
This command cannot be executed during measurement, and doing so will result in an execution error.
Execute the command after changing to an external trigger (in LCR mode) or to sequential sweep or step sweep (in analyzer mode).

Execution of all save to USB memory LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:PANel:ALLSave   <Specified save folder name>

Query

 

Response

Parameter

<Panel name> = +, -, _, 0 to 9, A to Z (12 characters or less)

Explanation

Command

Specifies a panel name and saves the current panel and all the panels saved in the instrument to USB memory.
Executing this command causes a folder named "SETTING" to be created on the USB memory, and the data is saved in that folder.
Use the valid characters shown above for the panel name and specify a name that is within 12 characters.
Lowercase a to z are converted to uppercase.

Query

Example

Command

:FILE:PANel:ALLSave TEST2
Executes all save onto the USB memory under the name "TEST2".

Query

Response

Note

Before executing this command, check whether the USB memory has been properly recognized.

Execution of all load from USB memory LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:PANel:ALLLoad   <Specified save folder name>

Query

 

Response

Parameter

<Panel name> = +, -, _, 0 to 9, A to Z (12 characters or less)

Explanation

Command

Specifies a panel name and executes all load from the USB memory.
Use the valid characters shown above are used for the folder name and specify a name that is within 12 characters.

Query

Example

Command

:FILE:PANel:ALLLoad TEST2
Executes all load of "TEST2" from the USB memory.

Query

Response

Note

An execution error will result if a folder with the specified name does not exist.
This command cannot be executed during measurement, and doing so will result in an execution error. Execute the command after changing to an external trigger (in LCR mode) or to sequential sweep or step sweep (in analyzer mode).
When all load is executed, all the panels saved in the instrument are overwritten.

Setting and querying the measurement parameter setting for when saving text LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:PARAmeter   <ON/OFF>

Query

:FILE:PARAmeter?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets whether to save the measurement parameters when saving text.

Query

Returns the setting of the measurement parameters for when saving text.

Example

Command

:FILE:PARAmeter ON
Saves the measurement parameters when saving text.

Query

:FILE:PARAmeter?

Response

:FILE:PARAMETER ON  (when HEADER ON)
ON  (when HEADER OFF)
The measurement parameters are saved when saving text.

Note

Setting and querying the quotation mark setting for when saving text LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:QUOTe   <OFF/DOUBle/SINGle>

Query

:FILE:QUOTe?  

Response

<OFF/DOUBLE/SINGLE>

Parameter

Explanation

Command

Sets the quotation mark for when saving text.

OFF: Quotation marks are not added.
DOUBle: Double quotation mark (")
SINGle: Single quotation mark (‘)

Query

Returns the quotation mark for when saving text.

Example

Command

:FILE:QUOTe DOUBle
Sets the quotation mark for when saving text to the double quotation mark.

Query

:FILE:QUOTe?

Response

:FILE:QUOTE DOUBLE  (when HEADER ON)
DOUBLE  (when HEADER OFF)
The quotation mark for when saving text is set to the double quotation mark.

Note

Executing file saving LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:SAVE  

Query

 

Response

Parameter

Explanation

Command

Executes file saving.
An execution error occurs if the save type is set to "OFF" or a USB flash drive is not connect.

Query

Example

Command

:FILE:SAVE
Executes file saving.

Query

Response

Note

Setting and querying the measurement condition setting for when saving text LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:SET   <ON/OFF>

Query

:FILE:SET?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets whether to save the measurement conditions when saving text.

Query

Returns the measurement condition setting for when saving text.

Example

Command

:FILE:SET ON
Saves the measurement conditions when saving text.

Query

:FILE:SET?

Response

:FILE:SET ON  (when HEADER ON)
ON  (when HEADER OFF)
The measurement conditions are saved when saving text.

Note

Text save settings and inquiry LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:TYPE:TEXT   <OFF/ON>

Query

:FILE:TYPE:TEXT?  

Response

<OFF/ON>

Parameter

Explanation

Command

Configures the text save setting.

OFF: Text data is not saved.
ON: Measured values are saved in text format.

Query

Returns the text save setting.

Example

Command

:FILE:TYPE:TEXT ON
Configures the instrument so that measured values are saved as text files.

Query

:FILE:TYPE:TEXT?

Response

:FILE:TYPE:TEXT ON  (when HEADER ON)
ON  (when HEADER OFF)
The instrument has been configured so that measured values are saved as text.

Note

This command configures save settings but does not actually save data.
To save data, use the :FILe:SAVe command.

BMP save settings and inquiry LCR ANALYZER CONTINUOUS

Syntax

Command

:FILE:TYPE:BMP   <OFF/COLor/MONochrome>

Query

:FILE:TYPE:BMP?  

Response

<OFF/COLOR/MONOCHROME>

Parameter

Explanation

Command

Configures the BMP save setting.

OFF: BMP data is not saved.
COLor: Screenshots are saved as 256-color BMP files.
MONochrome: Screenshots are saved as 2-color monochrome BMP files.

Query

Returns the BMP save setting.

Example

Command

:FILE:TYPE:BMP COLOR
Configures the instrument so that screenshots are saved as 256-color BMP files.

Query

:FILE:TYPE:BMP?

Response

:FILE:TYPE:BMP COLOR  (when HEADER ON)
COLOR  (when HEADER OFF)
The instrument has been configured so that screenshots are saved as 256-color BMP files.

Note

This command configures save settings but does not actually save data.
To save data, use the :FILe:SAVe command.

Setting and querying the data transfer format LCR ANALYZER CONTINUOUS

Syntax

Command

:FORMat:DATA   <ASCii/REAL>

Query

:FORMat:DATA?  

Response

<ASCII/REAL>

Parameter

Explanation

Command

Sets the data transfer format.

ASCii: Transfers data in ASCII format.
REAL: Transfers data in binary format.

Query

Returns the data transfer format.

Example

Command

:FORMat:DATA REAL
Sets the data transfer format to binary.

Query

:FORMat:DATA?

Response

:FORMAT:DATA REAL  (when HEADER ON)
REAL  (when HEADER OFF)
The data transfer format is set to binary.

Note

Setting and querying long format for when data transfer LCR ANALYZER CONTINUOUS

Syntax

Command

:FORMat:LONG   <ON/OFF>

Query

:FORMat:LONG?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets long format for when data transfer.

Query

Returns ON or OFF for the setting of long format for when data transfer.

Example

Command

:FORMat:LONG ON
Returns the data in long format when data transfer

Query

:FORMat:LONG?

Response

:FORMAT:LONG ON  (when HEADER ON)
ON  (when HEADER OFF)
The data is set to be returned in long format when data transfer.

Note

Setting and querying the Measurement Frequency LCR ANALYZER

Syntax

Command

:FREQuency   <Frequency>

Query

:FREQuency?  

Response

<Frequency>

Parameter

<Frequency> = 4.00 to 5.0000 MHz (NR3)

Explanation

Command

Sets the measurement frequency.

Query

Returns the setting of the measurement frequency.

Example

Command

:FREQuency 1000
Sets the measurement frequency to 1 kHz.

Query

:FREQuency?

Response

:FREQUENCY 1.0000E+03  (when HEADER ON)
1.0000E+03  (when HEADER OFF)
The measurement frequency is set to 1 kHz.

Note

Setting and querying the RS-232C Communication Handshake LCR ANALYZER CONTINUOUS

Syntax

Command

:HANDshake   <OFF/HARDware/X/BOTH>

Query

:HANDshake?  

Response

<OFF/HARDware/X/BOTH>

Parameter

Explanation

Command

Sets the RS-232C communication handshake.

OFF: No handshake
HARDware: Hardware handshake
X: Software handshake
BOTH: Both hardware handshake and software handshake

Query

Returns the RS-232C communication handshake.

Example

Command

:HANDshake X
Sets software handshake.

Query

:HANDshake?

Response

:HANDSHAKE X  (when HEADER ON)
X  (when HEADER OFF)
The setting is set to the software handshake.

Note

An execution error occurs if the interface is set to other than RS-232C.

Acquiring the BMP data of the measurement screen LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:HCOPy:DATA?   <COLor/MONochrome>

Response

<BMP data>

Parameter

Explanation

Command

Query

Returns the BMP data of the measurement screen in binary format.
As shown in the figure below, for the binary data, the number of transfer bytes is output at the top, and the BMP data is output next, and the terminator is output at the end.

COLor: Color BMP data
MONochrome: Black-and-white BMP data

Example

Command

Query

:HCOPy:DATA? COLor

Response

Acquires the color measurement screens.

Note

For the procedure to convert the binary data obtained by this query to the BMP, refer to the sample program.

Setting and querying existence of header in response message LCR ANALYZER CONTINUOUS

Syntax

Command

:HEADer   <ON/OFF>

Query

:HEADer?  

Response

Parameter

Explanation

Command

Sets whether or not there is a header in the response message.
This is initialized to OFF when the power is turned on.

Query

Returns the header setting of the response message.

Example

Command

:HEADer ON
Adds a header to the response message.

Query

:HEADer?

Response

:HEADER ON  (when HEADER ON)
OFF  (when HEADER OFF)
A header is set to be added to the response message.

Note

Setting and querying the Hi Z reject function LCR ANALYZER

Syntax

Command

:HIZ   <ON/OFF>

Query

:HIZ?  

Response

<ON/OFF>

Parameter

Explanation

Command

Enables or disables the Hi Z reject function.

OFF: Does not detect abnormal measurement values.
ON: Detects abnormally high measurement values as errors.

Query

Returns whether the Hi Z reject function is enabled or disabled.

Example

Command

:HIZ ON
Enables the Hi Z reject function.

Query

:HIZ?

Response

:HIZ ON  (when HEADER ON)
ON  (when HEADER OFF)
The Hi Z reject function is enabled.

Note

Setting and querying the limit value of the Hi Z reject function LCR ANALYZER

Syntax

Command

:HIZ:LIMit   <Limit value>

Query

:HIZ:LIMit?  

Response

<Limit value>

Parameter

<Limit value> = 0 to 30000% (NR1)

Explanation

Command

Sets the limit value of the Hi Z reject function.

Query

Returns the limit value of the Hi Z reject function.

Example

Command

:HIZ:LIMit 500
Sets the limit value of the Hi Z reject function to 500%.

Query

:HIZ:LIMit?

Response

:HIZ:LIMIT 500  (when HEADER ON)
500  (when HEADER OFF)
The limit value of the Hi Z reject function is set to 500%.

Note

INDEX and EOM output method setting and inquiry LCR ANALYZER CONTINUOUS

Syntax

Command

:IO:EOM:MODE   <HOLD/PULSe>

Query

:IO:EOM:MODE?  

Response

Parameter

Explanation

Command

Sets the INDEX and EOM output method.

Query

Returns the INDEX and EOM output method.

Example

Command

:IO:EOM:MODE PULSE
Sets the INDEX and EOM output method to pulse.

Query

:IO:EOM:MODE?

Response

:IO:EOM:MODE PULSE  (when HEADER ON)
PULSE  (when HEADER OFF)
The INDEX and EOM output method has been set to pulse.

Note

For a timing chart describing the setting made with this command, see the "External Control" chapter in the instrument's user manual.

Pulse width for which to keep EOM low (on) setting and inquiry LCR ANALYZER CONTINUOUS

Syntax

Command

:IO:EOM:PULSe   <Pulse width>

Query

:IO:EOM:PULSe?  

Response

Parameter

<Pulse width> = 0.0001 to 0.9999s (NR2)

Explanation

Command

Sets the pulse width for which to keep EOM low (on).

Query

Returns the pulse width for which to keep EOM low (on).

Example

Command

:IO:EOM:PULSe 0.002
Sets the pulse width for which EOM is kept low (on) to 0.002 s.

Query

:IO:EOM:PULSe?

Response

:IO:EOM:PULSE 0.0020  (when HEADER ON)
0.0020  (when HEADER OFF)
The pulse width for which EOM is kept low (on) has been set to 0.002 s.

Note

For a timing chart describing the setting made with this command, see the "External Control" chapter in the instrument's user manual.

Setting and querying the delay time between judgment result output and EOM output LCR ANALYZER CONTINUOUS

Syntax

Command

:IO:OUTPut:DELay   <I/O delay time>

Query

:IO:OUTPut:DELay?  

Response

<I/O delay time>

Parameter

<I/O delay time> = 0 to 0.9999 s (NR2)

Explanation

Command

Sets the delay time for the period between the output of comparator and BIN judgment results and the output of the EOM from the EXT I/O.

Query

Returns the delay time for the period between the output of comparator and BIN judgment results and the output of the EOM from the EXT I/O.

Example

Command

:IO:OUTPUT:DELAY 0.1234
Sets the delay time for the period between the output of comparator and BIN judgment results and the output of the EOM from the EXT I/O to 0.1234 s.

Query

:IO:OUTPUT:DELAY?

Response

:IO:OUTPUT:DELAY 0.1234  (when HEADER ON)
0.1234  (when HEADER OFF)
The delay time for the period between the output of comparator and BIN judgment results and the output of the EOM from the EXT I/O is set to 0.1234 s.

Note

The delay time for the period between the comparator and BIN judgment results and the EOM has an error of approximately 160 ms with regards to the setting value.
Furthermore, the delay time may vary widely if a trigger is input from the EXT I/O or communication is performed via an interface during measurement, so make every effort not to perform control from an external device during measurement.

Setting and querying output of the judgment result signal line LCR ANALYZER CONTINUOUS

Syntax

Command

:IO:RESult:RESet   <ON/OFF>

Query

:IO:RESult:RESet?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets whether the judgment result signal line of the EXT I/O is reset.

ON: Resets the judgment results simultaneously with the input of a measurement start signal (trigger signal).
OFF: Updates the judgment results at the point in time when measurement ends.

Query

Returns whether the judgment result signal line of the EXT I/O is reset.

Example

Command

:IO:RESult:RESet ON
Sets the judgment results to be reset simultaneously with the input of a measurement start signal (trigger signal).

Query

:IO:RESult:RESet?

Response

:IO:RESULT:RESET ON  (when HEADER ON)
ON  (when HEADER OFF)
The judgment results are set to be reset simultaneously with the input of a measurement start signal (trigger signal).

Note

For details on the judgment result signal line, refer to "External Control" in the instruction manual.

Setting and querying the trigger edge LCR ANALYZER CONTINUOUS

Syntax

Command

:IO:TRIGger:EDGe   <DOWN/UP>

Query

:IO:TRIGger:EDGe?  

Response

<DOWN/UP>

Parameter

Explanation

Command

Sets the trigger edge of the EXT I/O.

DOWN: Applies a trigger to the rising edge.
ON: Applies a trigger to the falling edge.

Query

Returns the setting of the trigger edge of the EXT I/O.

Example

Command

:IO:TRIGger:EDGe UP
Sets a trigger to be applied to the rising edge.

Query

:IO:TRIGger:EDGe?

Response

:IO:TRIGGER:EDGE UP  (when HEADER ON)
UP  (when HEADER OFF)
A trigger is set to be applied to the rising edge.

Note

Setting and querying permit/prohibit of trigger input during measurement LCR ANALYZER CONTINUOUS

Syntax

Command

:IO:TRIGger:ENABle   <ON/OFF>

Query

:IO:TRIGger:ENABle?  

Response

<ON/OFF>

Parameter

Explanation

Command

Enables or disables trigger input from the EXT I/O during measurement.

ON: Accepts trigger input from the EXT I/O during measurement.
OFF: Does not accept trigger input from the EXT I/O during measurement.

Query

Returns whether trigger input from the EXT I/O during measurement is enabled or disabled.

Example

Command

:IO:TRIGger:ENABle ON
Sets trigger input from the EXT I/O during measurement to be accepted.

Query

:IO:TRIGger:ENABle?

Response

:IO:TRIGGER:ENABLE ON  (when HEADER ON)
ON  (when HEADER OFF)
Trigger input from the EXT I/O during measurement is set to be accepted.

Note

Executing and querying the key lock LCR ANALYZER CONTINUOUS

Syntax

Command

:KEYLock  

Query

:KEYLock?  

Response

<ON/OFF>

Parameter

Explanation

Command

Enables the key lock.
When you want to set a passcode, set it before using this command.
The factory default setting for the passcode is "3570".

Query

Returns the state of the key lock.

OFF: The key lock is not enabled.
ON: The key lock is enabled.

Example

Command

:KEYLock
Enables the key lock.

Query

:KEYLock?

Response

:KEYLOCK ON  (when HEADER ON)
ON  (when HEADER OFF)
The instrument is in the key lock state.

Note

An execution error occurs if this command is sent while the key lock is enabled.

Setting the key lock passcode LCR ANALYZER CONTINUOUS

Syntax

Command

:KEYLock:PASScode   <Passcode/ none>

Query

 

Response

Parameter

<Passcode> = 0 to 9 (up to 4 digits)

Explanation

Command

Sets the passcode of the key lock.
If the passcode is omitted, the key lock will be set without a passcode.
The factory default setting for the passcode is "3570".

Query

Example

Command

:KEYLock:PASScode 0523
Sets the passcode of the key lock to "0523".

Query

Response

Note

An execution error occurs in the following cases.

  • When the key lock is enabled
  • When the passcode contains an invalid character (alphabetical character, space, slash, etc.)
  • When the passcode exceeds 4 digits

Disabling the key lock LCR ANALYZER CONTINUOUS

Syntax

Command

:KEYLock:UNLock   <Passcode/ none>

Query

 

Response

Parameter

<Passcode> = 0 to 9 (up to 4 digits)

Explanation

Command

Disables the key lock.
If a passcode is set, specify the passcode in the query data.

Query

Example

Command

:KEYLock:UNLock 0523
Specifies "0523" for the passcode and disables the key lock.

Query

Response

Note

An execution error occurs in the following cases.

  • When the key lock is not enabled
  • When the passcode contains an invalid character (alphabetical character, space, slash, etc.)
  • When the passcode exceeds 4 digits
  • When the passcode is incorrect
If you forget the passcode, perform a full reset to restore the instrument to the factory default settings. (Refer to "Full Reset Procedure" in "Maintenance and Service" of the instruction manual.)

Setting and querying the measurement signal level LCR ANALYZER

Syntax

Command

:LEVel   <V/CV/CC>

Query

:LEVel?  

Response

<V/CV/CC>

Parameter

Explanation

Command

Sets the measurement signal type to any one of open-circuit voltage, constant voltage, and constant current.

V: Sets open-circuit voltage.
CV: Sets constant voltage.
CC: Sets constant current.

Query

Returns the measurement signal type.

Example

Command

:LEVel V
Sets the measurement signal type to V (open-circuit voltage).

Query

:LEVel?

Response

:LEVEL V  (when HEADER ON)
V  (when HEADER OFF)
The measurement signal type is set to V (open-circuit voltage).

Note

Setting and querying the constant current level value LCR ANALYZER

Syntax

Command

:LEVel:CCURRent   <Constant current level>

Query

:LEVel:CCURRent?  

Response

<Constant current level>

Parameter

<Constant current level> = The settable range varies depending on the conditions. (NR3)
Refer to "Setting the Measurement Signal Level" in the instruction manual

Explanation

Command

Sets the constant current level.

Query

Returns the currently set constant current level.

Example

Command

:LEVel:CCURRent 10E-3
Sets the constant current level to 10 mA.

Query

:LEVel:CCURRent?

Response

:LEVEL:CCURRENT 10.00E-03  (when HEADER ON)
10.00E-03  (when HEADER OFF)
The constant current level is set to 10 mA.

Note

Setting and querying the detection level monitoring function LCR

Syntax

Command

:LEVel:CHECk   <ON/OFF>

Query

:LEVel:CHECk?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the detection level monitoring function.

Query

Returns the setting of the detection level monitoring function.

Example

Command

:LEVel:CHECk ON
Sets the detection level monitoring function to ON.

Query

:LEVel:CHECk?

Response

:LEVEL:CHECK ON  (when HEADER ON)
ON  (when HEADER OFF)
The detection level monitoring function is set to ON.

Note

Setting and querying the threshold value for judging a detection level error LCR

Syntax

Command

:LEVel:CHECk:LIMit   <Threshold value>

Query

:LEVel:CHECk:LIMit?  

Response

<Threshold value>

Parameter

<Threshold value> = 0.01% to 100.00% (NR2)

Explanation

Command

Sets the threshold value for judging a detection level error.

Query

Returns the threshold value for judging a detection level error.

Example

Command

:LEVel:CHECk:LIMit 5.23
Sets a detection level error to occur when the percentage of deviation of the voltage effective value and current effective value in relation to the reference effective values has become larger than 5.23%.

Query

:LEVel:CHECk:LIMit?

Response

:LEVEL:CHECK:LIMIT 5.23  (when HEADER ON)
5.23  (when HEADER OFF)
The threshold value for judging a detection level error is set to 5.23%.

Note

Setting and querying the constant voltage level LCR ANALYZER

Syntax

Command

:LEVel:CVOLTage   <Constant voltage level>

Query

:LEVel:CVOLTage?  

Response

<Constant voltage level>

Parameter

<Constant voltage level> = The settable range varies depending on the conditions. (NR3)
Refer to "Setting the Measurement Signal Level" in the instruction manual.

Explanation

Command

Sets the constant voltage level.

Query

Returns the currently set constant voltage level.

Example

Command

:LEVel:CVOLTage 1.000
Sets the constant voltage level to 1 V.

Query

:LEVel:CVOLTage?

Response

:LEVEL:CVOLTAGE 1.000  (when HEADER ON)
1.000  (when HEADER OFF)
The constant voltage level is set to 1 V.

Note

Setting and querying the open-circuit voltage level LCR ANALYZER

Syntax

Command

:LEVel:VOLTage   <Open-circuit voltage level>

Query

:LEVel:VOLTage?  

Response

<Open-circuit voltage level>

Parameter

<Open-circuit voltage level> = The settable range varies depending on the conditions. (NR3)
Refer to "Setting the Measurement Signal Level" in the instruction manual.

Explanation

Command

Sets the open-circuit voltage level.

Query

Returns the currently set open-circuit voltage level.

Example

Command

:LEVel:VOLTage 1.000
Sets the open-circuit voltage level to 1 V.

Query

:LEVel:VOLTage?

Response

:LEVEL:VOLTAGE 1.000  (when HEADER ON)
1.000  (when HEADER OFF)
The open-circuit voltage level is set to 1 V.

Note

Setting and querying the detection sensitivity for measurement errors (overflow or underflow) LCR ANALYZER

Syntax

Command

:LEVel:OVER   <Setting value>

Query

:LEVel:OVER?  

Response

<Setting value>

Parameter

<Setting value> = 1 to 32 (NR1)

Explanation

Command

Sets the detection sensitivity for measurement errors.

Query

Returns the setting of the detection sensitivity for measurement errors.

Example

Command

:LEVel:OVER 3
Sets the setting value of the detection sensitivity for measurement errors to 3.

Query

:LEVel:OVER?

Response

:LEVEL:OVER 3  (when HEADER ON)
3  (when HEADER OFF)
The setting value of the detection sensitivity for measurement errors is set to 3.

Note

Increase the setting value which defines the error of the measurement signal to reduce the detection sensitivity for measurement errors so that you can reduce the frequency of measurement error occurrence.
However, the higher the setting value, the greater the measurement errors. If the setting value is set to 2 or higher, the accuracy specifications may not be able to be satisfied.
Furthermore, shifting to the most suitable range may not occur during auto range operation.

Setting and querying the limit function LCR

Syntax

Command

:LIMiter   <ON/OFF>

Query

:LIMiter?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the limit function.

Query

Returns the setting of the limit function.

Example

Command

:LIMiter ON
Sets the limit function to ON.

Query

:LIMiter?

Response

:LIMITER ON  (when HEADER ON)
ON  (when HEADER OFF)
The limit function is set to ON.

Note

Setting and querying the current limit value LCR

Syntax

Command

:LIMiter:CURRent   <Current limit value>

Query

:LIMiter:CURRent?  

Response

<Current limit value>

Parameter

<Current limit value> = 0.01 m to 100.00 mA (NR3)

Explanation

Command

Sets the current limit value.

Query

Returns the current limit value.

Example

Command

:LIMiter:CURRent 50.00E-03
Sets the current limit value to 50 mA.

Query

:LIMiter:CURRent?

Response

:LIMITER:CURRENT 50.00E-03  (when HEADER ON)
50.00E-03  (when HEADER OFF)
The current limit value is set to 50 mA.

Note

Setting and querying the voltage limit value LCR

Syntax

Command

:LIMiter:VOLTage   <Voltage limit value>

Query

:LIMiter:VOLTage?  

Response

<Voltage limit value>

Parameter

<Voltage limit value> = 0.005 to 5.000 V (NR3)

Explanation

Command

Sets the voltage limit value.

Query

Returns the voltage limit value.

Example

Command

:LIMiter:VOLTage 5.000
Sets the voltage limit value to 5 V.

Query

:LIMiter:VOLTage?

Response

:LIMITER:VOLTAGE 5.000  (when HEADER ON)
5.000  (when HEADER OFF)
The voltage limit value is set to 5 V.

Note

Executing panel load LCR ANALYZER

Syntax

Command

:LOAD   <Panel No.>

Query

 

Response

Parameter

<Panel No.> = 1 to 128

Explanation

Command

Loads the specified panel number.

Query

Example

Command

:LOAD 2
Loads panel number 2.

Query

Response

Note

Querying measurement data LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:MEASure?  

Response

<Measurement value>

Parameter

Explanation

Command

Query

For more detail, refer to "Querying measurement data".

Example

Command

Query

Response

Note

Setting and querying measurement parameters LCR

Syntax

Command

:MEASure:ITEM   <MR0>, <MR1>

Query

:MEASure:ITEM?  

Response

<MR0>, <MR1>

Parameter

<MR0> = 0 to 255 (NR1)
<MR1> = 0 to 255 (NR1)

Explanation

Command

Specifies the measurement parameter for response of the :MEASure? query during normal measurement by the sum of bits.
If this is set to MR0=0 and MR1=0, the measurement values of the measurement parameters displayed on the screen are returned.
This is set to MR0=0 and MR1=0 when the power is turned on.

Query

Returns the measurement parameters for the response of the :MEASure? query during normal measurement.

Example

Command

:MEASure:ITEM 53,18
Sets measurement parameters for response to Z, θ, Cp, D, Rs, and X.

Query

:MEASure:ITEM?

Response

:MEASURE:ITEM 53,18  (when HEADER ON)
53,18  (when HEADER OFF)
The measurement parameters for response are set to to Z, θ, Cp, D, Rs, and X.

Note

Specify the MR0 and MR1 values by the sum of bits.
For example, when setting the measurement parameters for response to Z, θ, Cp, D, Rs, and X, specify MR0=1+4+16+32=53 and MR1=2+16=18 because Z = 1, θ = 4, Cp = 16, D = 32, Rs = 2, and X = 16.
This command results in an execution error in other than LCR mode.

Setting and querying the measurement value automatic output function LCR ANALYZER

Syntax

Command

:MEASure:OUTPut:AUTO   <ON/OFF>

Query

:MEASure:OUTPut:AUTO?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the measurement value automatic output function.

ON: Outputs the measurement values automatically after measurement finishes.
OFF: Does not output the measurement values automatically after measurement finishes.

If this is set to ON, the measurement values are automatically output from the selected interface after measurement finishes.
The output format of measurement values is the same as that for the :MEASure? query.
In analyzer mode, the measurement values are input when the measurement of one sweep point finishes.

Query

Returns the setting of the measurement value automatic output function.

Example

Command

:MEASure:OUTPut:AUTO ON
Sets the measurement value automatic output function to ON.

Query

:MEASure:OUTPut:AUTO?

Response

:MEASURE:OUTPUT:AUTO ON  (when HEADER ON)
ON  (when HEADER OFF)
The measurement value automatic output function is set to ON.

Note

Setting and querying the response data of the measurement acquisition query LCR ANALYZER CONTINUOUS

Syntax

Command

:MEASure:VALid   <Setting value>

Query

:MEASure:VALid?  

Response

<Setting value>

Parameter

<Setting value> = 1 to 255 (NR1)

Explanation

Command

Sets the content for the response of the :MEASure? query by the sum of bits.

Query

Returns the content for the response of the :MEASure? query.

Example

Command

:MEASure:VALid 18
Sets the measurement values and measurement status to be returned with the :MEASure? query.

Query

:MEASure:VALid?

Response

:MEASURE:VALID 18  (when HEADER ON)
18  (when HEADER OFF)
The measurement values and measurement status are set to be returned with the :MEASure? query.

Note

Querying measurement values saved to memory with the measurement value memory function LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:MEMory?   <No data/ ALL>

Response

Refer to the response format of the MEASure? command.

Parameter

Explanation

Command

Query

  • Returns all of the measurement values saved to memory with the measurement value memory function.
  • The measurement results for up to 32,000 measurements can be saved to memory.
  • Executing this command will clear the contents of memory. To clear the contents of memory before acquiring the contents of memory, use the :MEMory:CLEar command.
  • The formats of the memory contents are the same as the response data formats of :MEASure? query. For details on the formats, refer to the explanation for the :MEASure? query.
  • A message terminator or slash (/) is inserted between memory items.

    In the case of :MEMory?Message terminator
    In the case of :MEMory? ALLSlash (/)

  • The number of data items currently saved to memory can be confirmed with the :MEMory:COUNt? query.
  • When the trigger setting is set to the internal trigger, the number of data items acquired with the :MEMory:COUNt? query may differ from that acquired with this command. To use the :MEMory:COUNt? query, set the trigger setting to the external trigger.
  • When the trigger setting is set to the internal trigger, the measurement values of measurements performed while the memory values are being returned with this command may not be able to be saved. Set the external trigger when acquiring memory values and do not perform measurement until acquiring of all the memory values is complete.
  • When memory becomes full, no more measurement values can be saved. To save new measurement values, use this command to read the contents of the memory or clear the contents of memory with the :MEMory:CLEar command.

Example

Command

Query

:MEMory?

Response

Z 1.590062E+03,PHASE -89.992
Z 1.590069E+03,PHASE -89.993
Z 1.590057E+03,PHASE -89.992
Z 1.590066E+03,PHASE -89.993
Z 1.590056E+03,PHASE -89.993
 (when HEADER ON)
1.590062E+03, -89.992
1.590069E+03, -89.993
1.590057E+03, -89.992
1.590066E+03, -89.993
1.590056E+03, -89.993
 (when HEADER OFF)

Note

An execution error occurs during continuous measurement.

If measurement values equivalent to the memory size set with the :MEMory:POINt command are saved to memory, measurement values from subsequent measurements will not be saved. At that time, a message like the following appears on the screen to notify you that memory is full.

Clearing memory of measurement value memory function LCR ANALYZER CONTINUOUS

Syntax

Command

:MEMory:CLEar  

Query

 

Response

Parameter

Explanation

Command

Clears all of the measurement values saved to internal memory with the measurement value memory function.
If this command is sent, subsequent measurement results are saved from the beginning of memory.

Query

Example

Command

:MEMory:CLEar
Clears all of the measurement values saved to memory.

Query

Response

Note

Setting and querying the measurement value memory function LCR ANALYZER CONTINUOUS

Syntax

Command

:MEMory:CONTrol   <ON/IN/OFF>

Query

:MEMory:CONTrol?  

Response

<ON/IN/OFF>

Parameter

Explanation

Command

Sets the measurement value memory function.
If the setting is changed, all of the saved measurement values are cleared.

OFF: Measurement values are not saved to internal memory.
IN: Saves the measurement values to memory only when a pass judgment is made for all of the parameters judged with the comparator and BIN functions. (The measurement values are not saved if even one of the comparator results is HI or LO, or if the BIN result is OUT-OF-BINS or D-NG.) In analyzer mode and when the comparator and BIN functions are not used, the operation is the same as when ON.
ON: Saves the measurement values to internal memory.

Query

Returns the setting of the measurement value memory function.

Example

Command

:MEMory:CONTrol ON
Saves the measurement values to memory.

Query

:MEMory:CONTrol?

Response

:MEMORY:CONTROL ON  (when HEADER ON)
ON  (when HEADER OFF)
Measurement values are set to be saved to memory.

Note

An execution error occurs during continuous measurement.

Querying the number of measurement values saved to memory with the memory function LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:MEMory:COUNt?  

Response

<Number of data items>

Parameter

<Number of data items> = 0 to 32000 (NR1)

Explanation

Command

Query

Returns the number of data items saved to memory with the measurement value memory function.
A header is not added to the response message.

Example

Command

Query

:MEMory:COUNt?

Response

1000
1,000 data items are saved to internal memory.

Note

Setting and querying the measurement value memory size LCR ANALYZER CONTINUOUS

Syntax

Command

:MEMory:POINts   <Memory size>

Query

:MEMory:POINts?  

Response

<Memory size>

Parameter

<Memory size> = 1 to 32000 (NR1)

Explanation

Command

Sets the number of data items to save to internal memory.
This cannot be set when the memory function is set to ON or IN.
If the setting is changed, all of the saved measurement values are cleared.

Query

Returns the number of data items to save to internal memory.

Example

Command

:MEMory:POINts 200
Sets the memory size to 200.

Query

:MEMory:POINts?

Response

:MEMORY:POINTS 200  (when HEADER ON)
200  (when HEADER OFF)
The memory size is set to 200.

Note

An execution error occurs during continuous measurement.

Saving of measured value memory LCR ANALYZER CONTINUOUS

Syntax

Command

:MEMory:SAVE  

Query

 

Response

Parameter

Explanation

Command

Copies data saved to internal memory with the measured value memory function to USB memory.

Query

Example

Command

:MEMory:SAVE

Query

Response

Note

If data has not been saved in internal memory, an execution error will result.

Setting and querying measurement mode LCR ANALYZER CONTINUOUS

Syntax

Command

:MODE   <LCR/ANALyzer/CONTinuous>

Query

:MODE?  

Response

<LCR/ANALYZER/CONTINUOUS>

Parameter

Explanation

Command

Sets measurement mode.

LCR : Sets measurement mode to LCR mode.
ANALYZER : Sets measurement mode to ANALYZER mode.
CONTINUOUS : Sets measurement mode to CONTINUOUS mode.

Query

Returns the setting of measurement mode.

Example

Command

:MODE ANALyzer
Sets measurement mode to analyzer.

Query

:MODE?

Response

:MODE ANALYZER  (when HEADER ON)
ANALYZER  (when HEADER OFF)
Measurement mode is set to analyzer.

Note

Querying the voltage/current monitor value LCR ANALYZER

Syntax

Command

 

Query

:MONItor?  

Response

<AC voltage monitor value>,<AC current monitor value>,<DC voltage monitor value>,<DC current monitor value>

Parameter

Explanation

Command

Query

Returns the voltage monitor value and current monitor value.

Example

Command

Query

:MONItor?

Response

:MONITOR 3.500061E-03,1.015322E-02,3.361863E-03,9.767721E-03  (when HEADER ON)
3.500061E-03,1.015322E-02,3.361863E-03,9.767721E-03  (when HEADER OFF)
The AC voltage monitor value is 3.500061 mV, the AC current monitor value is 10.15322 mA, the DC voltage monitor value is 3.361863 mV, and the DC current monitor value is 9.767721mA.

Note

When only DC measurement is performed, the AC voltage monitor value and AC current monitor value become 0.000000E+00.
When DC measurement is not performed, the DC voltage monitor value and DC current monitor value become 0.000000E+00.

Setting and querying the display parameters (# is a numerical value from 1 to 4) LCR ANALYZER

Syntax

Command

:PARameter#   <Z/ Y/ PHASE(phase angle)/ CS/ CP/ D/ LS/ LP/Q/ RS/ G/ RP/ X/B/ RDC/ OFF>

Query

:PARameter#?  

Response

<Z/ Y/ PHASE(phase angle)/ CS/ CP/ D/ LS/ LP/Q/ RS/ G/ RP/ X/ B/ RDC/ OFF>

Parameter

Explanation

Command

Sets the display parameters

Query

Returns the settings of the display parameters.

Example

Command

:PARameter1 Z;:PARameter3 PHASe
Sets the first parameter to impedance, and the third parameter to phase angle.

Query

:PARameter3?

Response

:PARAMETER3 PHASE  (when HEADER ON)
PHASE  (when HEADER OFF)
The third parameter is set to phase angle.

Note

Setting and querying number of display digits (# is a numerical value from 1 to 4) LCR

Syntax

Command

:PARameter#:DIGit   <Number of display digits>

Query

:PARameter#:DIGit?  

Response

<Number of display digits>

Parameter

<Number of display digits> = 3 to 7 (NR1)

Explanation

Command

Sets the number of display digits of the first to fourth parameters.

Query

Returns the number of display digits of the first to fourth parameters.

Example

Command

:PARameter1:DIGit 3
Sets the number of display digits of the first parameter to 3.

Query

:PARameter1:DIGit?

Response

:PARAMETER1:DIGIT 3  (when HEADER ON)
3  (when HEADER OFF)
The number of display digits of the first parameter is set to 3.

Note

Initializing the instrument LCR ANALYZER CONTINUOUS

Syntax

Command

:PRESet  

Query

 

Response

Parameter

Explanation

Command

Resets the instrument to the initial setting state.
The initial setting state differs from when a reset is performed with the *RST command.
See "Initial Settings Table"

Query

Example

Command

:PRESet
Resets the instrument to the initial setting state.

Query

Response

Note

Setting and querying the measurement range LCR ANALYZER

Syntax

Command

:RANGe   <Range No.>

Query

:RANGe?  

Response

<Range No.>

Parameter

<Range No.> = 1 to 12 (NR1)

Explanation

Command

Sets the measurement range.
If this command is executed, the range setting is automatically changed from auto to hold.

Query

Returns the measurement range.

Example

Command

:RANGe 4
Sets the measurement range to 4 (300 Ω).

Query

:RANGe?

Response

:RANGE 4  (when HEADER ON)
4  (when HEADER OFF)
The measurement range is set to 4 (300 Ω).

Note

Automatically setting and querying the measurement range LCR ANALYZER

Syntax

Command

:RANGe:AUTO   <ON/OFF>

Query

:RANGe:AUTO?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the measurement range to be changed automatically.

ON: The range is changed automatically by the auto ranging function.
OFF: The range is fixed and is not changed automatically.

Query

Returns the automatic setting of the measurement range.

Example

Command

:RANGe:AUTO ON
Sets the measurement range to be changed automatically.

Query

:RANGe:AUTO?

Response

:RANGE:AUTO ON  (when HEADER ON)
ON  (when HEADER OFF)
The measurement range is set to be changed automatically.

Note

Setting and querying low Z high accuracy mode LCR ANALYZER

Syntax

Command

:RANGe:LOWZ   <ON/OFF>

Query

:RANGe:LOWZ?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets low Z high accuracy mode.

Query

Returns the setting of low Z high accuracy mode.

Example

Command

:RANGe:LOWZ ON
Enables low Z high accuracy mode.

Query

:RANGe:LOWZ?

Response

:RANGE:LOWZ ON  (when HEADER ON)
ON  (when HEADER OFF)
Low Z high accuracy mode is enabled.

Note

Executing and querying the panel save function LCR ANALYZER

Syntax

Command

:SAVE   <Panel No.>,<Panel name>

Query

:SAVE?   <Panel name>

Response

<0/1>

Parameter

<Panel No.> = 1 to 128 (NR1)
<Panel name> = +, -, 0 to 9, A to Z (up to 10 characters)

Explanation

Command

Specifies the panel number and saves the panel under the specified panel name.
An LCR panel is saved when this is executed in LCR mode and an analyzer panel is saved when this is executed in analyzer mode.
Use the valid characters shown above for the panel name and specify a name that is within 10 characters.
Lowercase a to z are converted to uppercase.

Query

Returns 1 if a panel is saved to the specified panel number, and 0 if a panel is not saved.
A header is not added to the response message.

Example

Command

:SAVE 3,IM3570_003
Saves a panel under the panel name "IM3570_003" to panel number 3.

Query

:SAVE? 3

Response

1
A panel is saved to panel number 3.

Note

An execution error occurs in the following cases.

  • When the panel name contains an invalid character (space, slash, etc.)
  • When a panel name is not specified
  • When the number of characters of the panel name exceeds 10

Clearing data saved for a panel LCR ANALYZER

Syntax

Command

:SAVE:CLEar   <ALL/ Panel No.>

Query

 

Response

Parameter

<Panel No.> = 1 to 128

Explanation

Command

Clears the data of the specified panel number.

ALL : Clears all of the panels.

A command error occurs if there is no saved data for the specified panel number.

Query

Example

Command

:SAVE:CLEar 5
Clears the data of panel number 5.

Query

Response

Note

Data cannot be restored once it is cleared.

Querying a panel name LCR ANALYZER

Syntax

Command

 

Query

:SAVE:NAME?   <Panel No.>

Response

Parameter

<Panel No.> = 1 to 128

Explanation

Command

Query

Returns the panel name of the specified panel number.
A command error occurs if there is no data for the specified panel number.
A header is not added to the response message.

Example

Command

Query

:SAVE:NAME? 1

Response

IM3570_001
The panel name of panel number 1 is "IM3570_001".

Note

Changing a panel name LCR ANALYZER

Syntax

Command

:SAVE:REName   <Panel No.>,<Panel name>

Query

 

Response

Parameter

<Panel No.> = 1 to 128
<Panel name> = +, -, 0 to 9, A to Z

Explanation

Command

Changes the panel name of the specified panel number.
Use the valid characters shown above for the panel name and specify a name that is within 10 characters.
Lowercase a to z are converted to uppercase.
A command error occurs if there is no data for the specified panel number.

Query

Example

Command

:SAVE:REName 1,IM3570_001
Changes the panel name of panel 1 to "IM3570_001".

Query

Response

Note

Setting and querying the save type LCR ANALYZER

Syntax

Command

:SAVE:TYPE   <ALL/HARDware/ADJust>

Query

:SAVE:TYPE?  

Response

<ALL/HARDWARE/ADJUST>

Parameter

Explanation

Command

Sets the save type.
The following data indicated by "" is saved.

Query

Returns the setting of the save type.

Example

Command

:SAVE:TYPE HARDware
Sets only the measurement conditions to be saved.

Query

:SAVE:TYPE?

Response

:SAVE:TYPE HARDWARE  (when HEADER ON)
HARDWARE  (when HEADER OFF)
Only the measurement conditions are set to be saved.

Note

Setting and querying the measurement speed LCR ANALYZER

Syntax

Command

:SPEEd   <FAST/MEDium/SLOW/SLOW2>

Query

:SPEEd?  

Response

<FAST/MEDIUM/SLOW/SLOW2>

Parameter

Explanation

Command

Sets the measurement speed.

Query

Returns the setting of the measurement speed.

Example

Command

:SPEEd MEDium
Sets the measurement speed to medium.

Query

:SPEEd?

Response

:SPEED MEDIUM  (when HEADER ON)
MEDIUM  (when HEADER OFF)
The measurement speed is set to medium.

Note

Setting and querying the trigger synchronous output function LCR ANALYZER CONTINUOUS

Syntax

Command

:SSOurce   <ON/OFF>

Query

:SSOurce?  

Response

<ON/OFF>

Parameter

Explanation

Command

Enables or disables the trigger synchronous output function.

ON: Enables the trigger synchronous output function.
OFF: Disables the trigger synchronous output function.

Query

Returns the setting of the trigger synchronous output function.

Example

Command

:SSOurce ON
Enables the trigger synchronous output function.

Query

:SSOurce?

Response

:SSOURCE ON  (when HEADER ON)
ON  (when HEADER OFF)
The trigger synchronous output function is enabled.

Note

Setting and querying the wait time of trigger synchronous output LCR ANALYZER CONTINUOUS

Syntax

Command

:SSOurce:WAIT   <Wait time>

Query

:SSOurce:WAIT?  

Response

<Wait time>

Parameter

<Wait time> = 0.0010 to 9.9999 s (NR2)

Explanation

Command

Sets the wait time for the period from after the measurement signal is output by applying a trigger until measurement starts.

Query

Returns the wait time of the trigger synchronous output function.

Example

Command

:SSOurce:WAIT 0.5000
Sets the wait time for the period from after the trigger is applied until measurement starts to 500 ms.

Query

:SSOurce:WAIT?

Response

:SSOURCE:WAIT 0.5000  (when HEADER ON)
0.5000  (when HEADER OFF)
The wait time for the period from after the trigger is applied until measurement starts is set to 500 ms.

Note

A short wait time may result in an increase in measurement errors.

Setting and querying the date LCR ANALYZER CONTINUOUS

Syntax

Command

:SYSTem:DATE   <Year>,<Month>,<Day>

Query

:SYSTem:DATE?  

Response

<Year>,<Month>,<Day>

Parameter

<Year> = 0 to 99 (NR1)
<Month> = 1 to 12 (NR1)
<Day> = 1 to 31 (NR1)

Explanation

Command

Sets the date.

Query

Returns the set date.

Example

Command

:SYSTem:DATE 10,5,23
Sets the date to May 23, 2010.

Query

:SYSTem:DATE?

Response

:SYSTEM:DATE 10,05,23  (when HEADER ON)
10,05,23  (when HEADER OFF)
The date is set to May 23, 2010.

Note

The data can be set in the range of January 1, 2000, to December 31, 2099.
Therefore, the first two digits of the year are fixed to "20" and just the last two digits can be set for <Year.>
An execution error occurs if a date that does not exist is specified.

Querying the MAC address LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:SYSTem:MACAddress?  

Response

<MAC address>

Parameter

Explanation

Command

Query

Returns the MAC address.

Example

Command

Query

:SYSTem:MACAddress?

Response

:SYSTEM:MACADDRESS 12-34-56-78-90-AB  (when HEADER ON)
12-34-56-78-90-AB  (when HEADER OFF)
The MAC address is set to 12-34-56-78-90-AB.

Note

The MAC address cannot be changed.

Querying the serial number LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:SYSTem:SERIAlno?  

Response

<Serial No.>

Parameter

Explanation

Command

Query

Returns the serial number.

Example

Command

Query

:SYSTem:SERIAlno?

Response

:SYSTEM:SERIALNO 123456789  (when HEADER ON)
123456789  (when HEADER OFF)
The serial number is set to 123456789.

Note

The serial number cannot be changed.

Setting and querying the time LCR ANALYZER CONTINUOUS

Syntax

Command

:SYSTem:TIME   <Hour>,<Minute>,<Second>

Query

:SYSTem:TIME?  

Response

<Hour>,<Minute>,<Second>

Parameter

<Hour> = 0 to 23 (NR1)
<Minute> = 0 to 59 (NR1)
<Second> = 0 to 59 (NR1)

Explanation

Command

Sets the time.

Query

Returns the set time.

Example

Command

:SYSTem:TIME 12,34,56
Sets the time to 12:34:56.

Query

:SYSTem:TIME?

Response

:SYSTEM:TIME 12,34,56  (when HEADER ON)
12,34,56  (when HEADER OFF)
The time is set to 12:34:56.

Note

An execution error occurs if a time that does not exist is specified.

Returns the USB ID. LCR ANALYZER CONTINUOUS

Syntax

Command

 

Query

:SYSTem:USBId?  

Response

<USB ID>

Parameter

Explanation

Command

Query

Returns the USB ID.

Example

Command

Query

:SYSTem:USBId?

Response

:SYSTEM:USBID 108F:3570  (when HEADER ON)
108F:3570  (when HEADER OFF)
The USB ID is 108f:3570.

Note

Setting and querying the terminator of the response message LCR ANALYZER CONTINUOUS

Syntax

Command

:TRANsmit:TERMinator   <Terminator number>

Query

:TRANsmit:TERMinator?  

Response

<Terminator number>

Parameter

<Terminator number> = 0 to 255 (when command) / 0 to 1 (when query) (NR1)

Explanation

Command

Sets the terminator of the response message.

Query

Returns the setting of the terminator of the response message.

Example

Command

:TRANsmit:TERMinator 0

Query

:TRANsmit:TERMinator?

Response

:TRANSMIT:TERMINATOR 0  (when HEADER ON)
0  (when HEADER OFF)

Note

Setting and querying the trigger mode LCR

Syntax

Command

:TRIGger   <INTernal/EXTernal>

Query

:TRIGger?  

Response

<INTERNAL/EXTERNAL>

Parameter

Explanation

Command

Sets the trigger mode.

INTernal: Sets the internal trigger.
EXTernal: Sets the external trigger.

Query

Returns the setting of the trigger mode.

Example

Command

:TRIGger INTernal
Sets the trigger mode to the internal trigger.

Query

:TRIGger?

Response

:TRIGGER INTERNAL  (when HEADER ON)
INTERNAL  (when HEADER OFF)
The trigger mode is set to the internal trigger.

Note

Setting and querying the trigger delay time LCR ANALYZER

Syntax

Command

:TRIGger:DELay   <Trigger delay time>

Query

:TRIGger:DELay?  

Response

<Trigger delay time>

Parameter

<Trigger delay time> = 0 to 9.9999 s (NR2)

Explanation

Command

Sets the trigger delay time.

Query

Returns the setting of the trigger delay time.

Example

Command

:TRIGger:DELay 0.1
Sets measurement to start when 100 ms elapses after trigger input.

Query

:TRIGger:DELay?

Response

:TRIGGER:DELAY 0.1000  (when HEADER ON)
0.1000  (when HEADER OFF)
Measurement is set to start when 100 ms elapses after trigger input.

Note

To set the trigger delay function to OFF, set <Trigger delay time> to 0 s.

Equivalent circuit analysis model selection method setting and inquiry ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis   <OFF/HOLD/AUTO>

Query

:CIRCuit:ANALysis?  

Response

<OFF/HOLD/AUTO>

Parameter

Explanation

Command

Sets the equivalent circuit analysis model selection method.

OFF: Equivalent circuit analysis is not performed.
HOLD: The equivalent circuit model is fixed, and analysis is performed.
AUTO: The equivalent circuit model is automatically selected and analysis is performed.

Query

Returns the equivalent circuit analysis model selection method setting.

Example

Command

:CIRCuit:ANALysis HOLD
Sets the equivalent circuit analysis model selection method to hold (fixed).

Query

:CIRCuit:ANALysis?

Response

:CIRCUIT:ANALYSIS HOLD  (when HEADER ON)
HOLD  (when HEADER OFF)
The equivalent circuit analysis model selection method has been set to hold (fixed).

Note

Equivalent circuit analysis range setting and inquiry ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:FREQuency   <Analysis start frequency>, <Analysis stop frequency>

Query

:CIRCuit:ANALysis:FREQuency?  

Response

<Analysis start frequency>, <Analysis stop frequency>

Parameter

<Analysis start frequency> = 4.00 to 4.9999 MHz (NR3)
<Analysis stop frequency> = 4.01 to 5.0000 MHz (NR3)

Explanation

Command

Sets the frequency range over which to perform equivalent circuit analysis.

Query

Returns the frequency range over which to perform equivalent circuit analysis.

Example

Command

:CIRCuit:ANALysis:FREQuency 120E3, 400E3
Configures equivalent circuit analysis so that it uses measured values for frequencies from 120 kHz to 400 kHz.

Query

:CIRCuit:ANALysis:FREQuency?

Response

:CIRCUIT:ANALYSIS:FREQUENCY 120.00E+03, 400.00E+03  (when HEADER ON)
120.00E+03, 400.00E+03  (when HEADER OFF)
Equivalent circuit analysis has been configured so that measured values for frequencies from 120 kHz to 400 kHz are used.

Note

Limits the analysis range during normal sweep operation.
Set the frequencies so that the analysis range includes local extreme values.
During segment sweep operation, the analysis range is disabled for the above command.
The analysis range can be limited by segment by using the communications command :CIRCuit:ANALysis:SEGMent.

Setting and querying the vibration mode for calculation of the coupling coefficient (K) of an electric machine ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:K:MODE   <KR/K31/K33/KT/K15>

Query

:CIRCuit:ANALysis:K:MODE?  

Response

<KR/K31/K33/KT/K15>

Parameter

Explanation

Command

Sets the vibration mode for calculation of the coupling coefficient (K) of an electric machine.

KR: Calculates the coupling coefficient of an electric machine for the radial vibration.
K31: Calculates the coupling coefficient of an electric machine for the extensional vibration in the longitudinal direction.
K33: Calculates the coupling coefficient of an electric machine for the vertical vibration.
KT: Calculates the coupling coefficient of an electric machine for the thickness vibration.
K15: Calculates the coupling coefficient of an electric machine for the slip vibration.

Query

Returns to the vibration mode for calculation of coupling coefficient (K) of an electric machine.

Example

Command

:CIRCuit:ANALysis:K:MODE KR
Sets the vibration mode for calculation of coupling coefficient (K) of an electric machine to the radial vibration.

Query

:CIRCuit:ANALysis:K:MODE?

Response

:CIRCUIT:ANALYSIS:K:MODE KR  (when HEADER ON)
KR  (when HEADER OFF)
The vibration mode for calculation of coupling coefficient (K) of an electric machine is set to the radial vibration.

Note

Setting and querying the frequency type for calculation of the coupling coefficient (K) of an electric machine ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:K:TYPE   <FSFP/FRFA>

Query

:CIRCuit:ANALysis:K:TYPE?  

Response

<FSFP/FRFA>

Parameter

Explanation

Command

Sets the frequency type for calculation of the coupling coefficient (K) of an electric machine.

FSFP: Calculates the coupling coefficient (K) of an electric machine using serial/parallel resonant frequencies.
FRFA: Calculates the coupling coefficient (K) of an electric machine using resonant/antiresonant frequencies.

Query

Returns to the frequency type for calculation of coupling coefficient (K) of an electric machine.

Example

Command

:CIRCuit:ANALysis:K:TYPE FSFP
Sets the frequency type for calculation of coupling coefficient (K) of an electric machine to the serial/parallel resonant frequencies.

Query

:CIRCuit:ANALysis:K:TYPE?

Response

:CIRCUIT:ANALYSIS:K:TYPE FSFP  (when HEADER ON)
FSFP  (when HEADER OFF)
The frequency type for calculation of coupling coefficient (K) of an electric machine is set to the serial/parallel resonant frequencies.

Note

Setting and querying the coefficient for calculation of the coupling coefficient (K) of an electric machine ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:K:COEFficient   <Coefficient a>, <Coefficient b>

Query

:CIRCuit:ANALysis:K:COEFficient?  

Response

<Coefficient a>, <Coefficient b>

Parameter

<Coefficient a> = 0.000001 to 1.000000 (NR2)
<Coefficient b> = 0.000001 to 1.000000 (NR2)

Explanation

Command

Sets a different coefficient to Poisson ratio when selecting KR (radial vibration) in the vibration mode.

Query

Returns to the coefficient.

Example

Command

:CIRCuit:ANALysis:K:COEFficient 0.000001,1.000000
Sets coefficient a to 0.000001 and coefficient b to 1.000000.

Query

:CIRCuit:ANALysis:K:COEFficient?

Response

:CIRCUIT:ANALYSIS:K:COEFFICIENT 0.000001,1.000000  (when HEADER ON)
0.000001,1.000000  (when HEADER OFF)
Coefficient a is set to 0.000001, and coefficient b is set to 1.000000.

Note

Equivalent circuit model setting and inquiry ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:MODel   <A to E>

Query

:CIRCuit:ANALysis:MODel?  

Response

<A to E>

Parameter

Explanation

Command

Sets the model to use in equivalent circuit analysis.

Query

Returns the model to use in equivalent circuit analysis.

Example

Command

:CIRCuit:ANALysis:MODel C
Sets the model used in equivalent circuit analysis to C.

Query

:CIRCuit:ANALysis:MODel?

Response

:CIRCUIT:ANALYSIS:MODEL C  (when HEADER ON)
C  (when HEADER OFF)
The model used in equivalent circuit analysis has been set to C.

Note

When this command is executed, the equivalent circuit analysis model selection method will automatically be set to hold (fixed).

R1, C1, L1, and C0 value settings and inquiry ANALYZER CONTINUOUS IM9000

Syntax

Command

:CIRCuit:ANALysis:RESult   <R1/C1/L1/C0>, <Constant>

Query

:CIRCuit:ANALysis:RESult?   <R1/C1/L1/C0/Qm/K>

Response

<R1/C1/L1/C0/Qm/K>, <Constant>

Parameter

<Constant> = 1.0E-18 to +9.999999E+09 (NR3)

Explanation

Command

Sets the R1, C1, L1, and C0 values. This command is used to set the desired constant values when simulating frequency characteristics.

Query

Returns the R1, C1, L1, and C0 values. This query is used to acquire the values obtained by equivalent circuit analysis.

Example

Command

:CIRCuit:ANALysis:RESult L1, 120E-6
Sets the L1 value to 120 μH.

Query

:CIRCuit:ANALysis:RESult? L1

Response

:CIRCUIT:ANALYSIS:RESULT L1, 120.0000E-06  (when HEADER ON)
120.0000E-06  (when HEADER OFF)
The L1 value is 120 μH.

Note

When equivalent circuit analysis is performed, the R1, C1, L1, and C0 values will be overwritten with analysis results.
The C0 value cannot be set when the E equivalent circuit model is not being used.

Analysis results display position setting and inquiry ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:RESult:POSition   <LEFT/RIGHt/UPPer/LOWer>

Query

:CIRCuit:ANALysis:RESult:POSition?  

Response

<LEFT/RIGHT/UPPER/LOWER>

Parameter

Explanation

Command

Sets the position at which to display equivalent circuit analysis results.

LEFT: Analysis results are displayed to the left of the graph display area.
RIGHt: Analysis results are displayed to the right of the graph display area.
UPPer: Analysis results are displayed above the graph display area.
LOWer: Analysis results are displayed below the graph display area.

Query

Returns the position at which to display equivalent circuit analysis results.

Example

Command

:CIRCuit:ANALysis:RESult:POSition RIGHt
Configures equivalent circuit analysis so that results are displayed at the right.

Query

:CIRCuit:ANALysis:RESult:POSition?

Response

:CIRCUIT:ANALYSIS:RESULT:POSITION RIGHT  (when HEADER ON)
RIGHT  (when HEADER OFF)
Equivalent circuit analysis has been configured so that results are displayed at the right.

Note

Equivalent circuit analysis segment range setting and inquiry ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:SEGMent   <Segment no.>

Query

:CIRCuit:ANALysis:SEGMent?  

Response

<Segment no.>

Parameter

<Segment no.> = 1 to 20 (NR1)

Explanation

Command

Sets the segment number for which to perform equivalent circuit analysis.

Query

Returns the segment number for which to perform equivalent circuit analysis.

Example

Command

:CIRCuit:ANALysis:SEGMent 2
Configures equivalent circuit analysis so that is uses measured values for segment No. 2.

Query

:CIRCuit:ANALysis:SEGMent?

Response

:CIRCUIT:ANALYSIS:SEGMENT 2  (when HEADER ON)
2  (when HEADER OFF)
Equivalent circuit analysis has been configured so that measured values for segment No. 2 are used.

Note

Limits the analysis range during segment sweep operation.
Set the segment number so that the analysis segment includes local extreme values.
During normal sweep operation, the analysis range is disabled for the above command.
The analysis range can be limited by using the communications command :CIRCuit:ANALysis:FREQuency.

Execution of frequency characteristics simulation ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:SIMulation  

Query

 

Response

Parameter

Explanation

Command

Simulates frequency characteristics using the selected equivalent circuit model and sweep range.

Query

Example

Command

:CIRCuit:ANALysis:SIMulation
Simulates frequency characteristics.

Query

Response

Note

A simulation graph will not be generated if there are no measured values.

Execution of equivalent circuit analysis ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:TRIGger  

Query

 

Response

Parameter

Explanation

Command

Equivalent circuit analysis is executed with this command when automatic execution of equivalent circuit analysis is set to off.

Query

Example

Command

:CIRCuit:ANALysis:TRIGger
Performs equivalent circuit analysis.

Query

Response

Note

This command is valid only when automatic execution of equivalent circuit analysis is set to off.

Equivalent circuit analysis automatic execution setting and inquiry ANALYZER IM9000

Syntax

Command

:CIRCuit:ANALysis:TRIGger:AUTO   <ON/OFF>

Query

:CIRCuit:ANALysis:TRIGger:AUTO?  

Response

<ON/OFF>

Parameter

Explanation

Command

Configures the equivalent circuit analysis automatic execution setting.

OFF: Equivalent circuit analysis is not performed after measurement.
ON: Equivalent circuit analysis is performed automatically after measurement.

Query

Returns the equivalent circuit analysis automatic execution setting.

Example

Command

:CIRCuit:ANALysis:TRIGger:AUTO ON
Configures equivalent circuit analysis so that it is performed automatically after measurement.

Query

:CIRCuit:ANALysis:TRIGger:AUTO?

Response

:CIRCUIT:ANALYSIS:TRIGGER:AUTO ON  (when HEADER ON)
ON  (when HEADER OFF)
Equivalent circuit analysis has been configured so that it is performed automatically after measurement.

Note

Comparator function on/off setting for analysis results and inquiry ANALYZER IM9000

Syntax

Command

:COMParator:CIRCuit:ANALysis   <ON/OFF>

Query

:COMParator:CIRCuit:ANALysis?  

Response

<ON/OFF>

Parameter

Explanation

Command

Configures the comparator function setting for equivalent circuit analysis results.

Query

Returns the comparator function setting for equivalent circuit analysis results.

Example

Command

:COMParator:CIRCuit:ANALysis ON
Turns on the comparator function for equivalent circuit analysis results.

Query

:COMParator:CIRCuit:ANALysis?

Response

:COMPARATOR:CIRCUIT:ANALYSIS ON  (when HEADER ON)
ON  (when HEADER OFF)
The comparator function for equivalent circuit analysis results has been set to on.

Note

Comparator upper and lower value settings for analysis results and inquiry ANALYZER IM9000

Syntax

Command

:COMParator:CIRCuit:ANALysis:ABSolute   <R1/C1/L1/C0/QM>, <Off/lower limit value>, <Off/upper limit value>

Query

:COMParator:CIRCuit:ANALysis:ABSolute?   <R1/C1/L1/C0/QM>

Response

<R1/C1/L1/C0/QM>, <Off/lower limit value>, <Off/upper limit value>

Parameter

<Lower limit value> = -9.999999E+09 to 9.999999E+09 (NR3)
<Upper limit value> = -9.999999E+09 to 9.999999E+09 (NR3)

Explanation

Command

Sets the upper and lower limit values for the comparator function for equivalent circuit analysis results.
No judgment is made if both the upper and lower limit values are set to off.

Query

Returns the upper and lower limit values for the comparator function for equivalent circuit analysis results.

Example

Command

:COMParator:CIRCuit:ANALysis:ABSolute R1, 20, 23
Sets the upper and lower limit values for the comparator function for equivalent circuit analysis results to 23Ω and 20Ω, respectively.

Query

:COMParator:CIRCuit:ANALysis:ABSolute? R1

Response

:COMPARATOR:CIRCUIT:ANALYSIS:ABSOLUTE R1,20.00000E+00,23.00000E+00  (when HEADER ON)
20.00000E+00,23.00000E+00  (when HEADER OFF)
The upper and lower limit values for the comparator function for equivalent circuit analysis have been set to 23Ω and 20Ω, respectively.

Note

Comparator judgment results for analysis results inquiry ANALYZER CONTINUOUS IM9000

Syntax

Command

 

Query

:MEASure:ANALysis:COMParator?  

Response

<Equivalent circuit analysis overall judgment result>, <R1 judgment result>, <C1 judgment result>, <L1 judgment result>, <C0 judgment result>, <Qm judgment result>

Parameter

<Equivalent circuit analysis overall judgment result> = 0/1 (NR1)
<R1 judgment result> = -1/0/1/2 (NR1)
<L1 judgment result> = -1/0/1/2 (NR1)
<C1 judgment result> = -1/0/1/2 (NR1)
<C0 judgment result> = -1/0/1/2 (NR1)
<Qm judgment result> = -1/0/1/2 (NR1)

Explanation

Command

Query

Returns the judgment result for the comparator function for equivalent circuit analysis results.
<Equivalent circuit analysis overall judgment results>

0: One of the judgment results was FAIL (HI/LO), or no comparator judgment was acquired.
1: All judgment results were IN.

<R1 to Qm judgment results>

-1: LO judgment
0: IN judgment
1: HI judgment
2: No comparator judgment

Example

Command

Query

:MEASure:ANALysis:COMParator?

Response

0,2,1,0,2,2
The comparator function judgment results for the equivalent circuit analysis results are as follows:

Equivalent circuit analysis overall judgment results: FAIL
R1 judgment result: No judgment
L1 judgment result: IN
C1 judgment result: HI
C0 judgment result: No judgment
Qm judgment result: No judgment

Note

The response message does not include a header.

Difference between measured value and simulation value inquiry ANALYZER IM9000

Syntax

Command

 

Query

:MEASure:ANALysis:DELTa?  

Response

<MAIN parameter difference>, <SUB parameter difference>

Parameter

Explanation

Command

Query

Returns the difference between the measured value and simulation value.

Example

Command

Query

:MEASure:ANALysis:DELTa?

Response

18.18248E-03, 10.36238E+00
The difference between the PARA1 (main parameter) measured value and the simulation value is 10.04176.

Note

The frequency range that was analyzed or the frequency range for the segment number that was analyzed is used as the range for calculating this difference.
Executing this query while no simulation is being performed will return the value "OFF".
The response message does not include a header.

Acquisition of local extreme value frequency and measured values ANALYZER IM9000

Syntax

Command

 

Query

:MEASure:ANALysis:PEAK?   <Z/G/B/RS>, <LMAX/LMIN>

Response

<Frequency>, <Measurement value>

Parameter

Explanation

Command

Query

Searches extreme values and returns the frequency and measured value. This query allows you to acquire the extreme value for the parameter specified by the command data, regardless of the currently set measurement parameter.

Z: Impedance (Ω)
G: Conductance (S)
B: Susceptance (S)
RS: Series equivalent circuit mode execution resistance = ESR (Ω)

Example

Command

Query

:MEASure:ANALysis:PEAK? G, LMAX

Response

10.000E+03,500.000E+03
The G (conductance) maximum frequency is 10 kHz, and the value is 500 kS.

Note

This query is valid only during frequency sweep operation.
The frequency range that was analyzed or the frequency range for the segment number that was analyzed is used as the range for searching.
If an external value cannot be detected, "99999E+28" and "9999999E+28" are returned.
The response message does not include a header.

Acquisition of resonance/antiresonance frequency. ANALYZER IM9000

Syntax

Command

 

Query

:MEASure:ANALysis:PHASe:ZERO?   <RESonant/ANTIresonant>

Response

<Frequency>

Parameter

Explanation

Command

Query

Searches for the measurement point at which the phase becomes 0 and returns the frequency.

RESonant: Returns the resonance frequency.
ANTIresonant: Returns the antiresonance frequency.

Example

Command

Query

:MEASure:ANALysis:PHASe:ZERO? RESonant

Response

162.67E+03
The resonance frequency is 162.67 kHz.

Note

The frequency range that was analyzed or the frequency range for the segment number that was analyzed is used as the range for searching.
If a resonant/antiresonant frequency cannot be detected, "99999E+28" is returned.
The response message does not include a header.

Simulation value inquiry ANALYZER IM9000

Syntax

Command

 

Query

:MEASure:ANALysis:SIMulation?   <MAIN/SUB>

Response

<Simulation value>, <Simulation value>, ... , (repeated for each sweep point)

Parameter

Explanation

Command

Query

Returns the simulation values for the frequency characteristics. Values are comma-delimited.

MAIN: Returns the PARA1 (main parameter) simulation value.
SUB: Returns the PARA2 (sub-parameter) simulation value.

Example

Command

Query

:MEASure:ANALysis:SIMulation? MAIN

Response

753.982E-03, 780.447E-03, 807.892E-03, 836.317E-03, ...
Acquires the PARA1 (main parameter) simulation value.

Note

The response message does not include a header.

Setting and querying comparator judgment mode ANALYZER

Syntax

Command

:COMParator:ANALyzer   <OFF/AREA/PEAK>

Query

:COMParator:ANALyzer?  

Response

<OFF/AREA/PEAK>

Parameter

Explanation

Command

Sets the comparator judgment mode in analyzer mode.

OFF: Sets the comparator function to OFF.
AREA:Sets the comparator judgment mode to area judgment.
PEAK: Sets the comparator judgment mode to peak judgment.

Query

Returns the setting of the comparator judgment mode in analyzer mode.

Example

Command

:COMParator:ANALyzer AREA
Sets the comparator judgment mode in analyzer mode to area judgment.

Query

:COMParator:ANALyzer?

Response

:COMPARATOR:ANALYZER AREA  (when HEADER ON)
AREA  (when HEADER OFF)
The comparator judgment mode in analyzer mode is set to area judgment.

Note

Setting and querying drawing of judgment area ANALYZER

Syntax

Command

:COMParator:AREA   <OFF/1/2>

Query

:COMParator:AREA?  

Response

<OFF/1/2>

Parameter

Explanation

Command

Sets the parameter for which to draw the comparator range.

OFF: The comparator range is not drawn.
1: Draws the comparator range for the first parameter.
2: Draws the comparator range for the second parameter.

Query

Returns the setting of the parameter for which to draw the comparator range.

Example

Command

:COMParator:AREA 1
Sets the parameter for which to draw the comparator range to the main parameter.

Query

:COMParator:AREA?

Response

:COMPARATOR:AREA 1  (when HEADER ON)
1  (when HEADER OFF)
The parameter for which to draw the comparator range is set to the first parameter.

Note

The parameter that can be set with this command varies depending on the setting for the parameter subject to comparator judgment.
The comparator range can only be drawn for a parameter that is set to be subject to judgment.
The comparator range cannot be drawn for both the first parameter and second parameter.

Setting and querying area judgment (reference value manual setting) ANALYZER

Syntax

Command

:COMParator:AREA:FIX   <Segment No.>,<1/2>,<PERcent/VALue>,<Reference value>,<Lower limit values>,<Upper limit values>

Query

:COMParator:AREA:FIX?   <Segment No.>,<1/2>

Response

<PERCENT/VALUE>,<Reference value>,<Lower limit values>,<Upper limit values>

Parameter

<Segment No.> = 1 to 20
<Reference value> = -9.999999+E09 to +9.999999+E09 (NR3)
<Upper limit values> = -999.9999% to +999.9999% (NR2)/-9.999999+E09 to +9.999999+E09 (NR3)
<Upper limit values> = -999.9999% to +999.9999% (NR2)/-9.999999+E09 to +9.999999+E09 (NR3)

Explanation

Command

Specifies the reference value and simultaneously sets the area judgment settings.

Query

Returns the area judgment settings in the order of the mode, reference value, lower limit value, and upper limit value.

Example

Command

:COMParator:AREA:FIX 2,1,PERcent,1.2345E-06,-20,20
Sets the comparator range of the first parameter of segment 2 as a percentage to the reference value of 1.2345E-06, lower limit value of -20%, and upper limit value of 20%.

Query

:COMParator:AREA:FIX? 2,1

Response

:COMPARATOR:AREA:FIX PERCENT,1.234500E-06,-20.0000,20.0000  (when HEADER ON)
PERCENT,1.234500E-06,-20.0000,20.0000  (when HEADER OFF)
The comparator range of the first parameter of segment 2 is set as a percentage to the reference value of 1.2345E-06, lower limit value of -20%, and upper limit value of 20%.

Note

When the segment sweep setting is set to OFF, the segment number setting is disabled and fixed to segment 1.

Setting and querying the upper and lower limit values for area judgment ANALYZER

Syntax

Command

:COMParator:AREA:LIMit   <Sweep point No.>,<1/2>,<Lower limit values>,<Upper limit values>

Query

:COMParator:AREA:LIMit?   <Sweep point No.>,<1/2>

Response

<Lower limit values>,<Upper limit values>

Parameter

<Sweep point No.> = 1 to 801 (NR1)
<Lower limit values> = OFF/-9.999999+E09 to +9.999999+E09 (NR3)
<Upper limit values> = OFF/-9.999999+E09 to +9.999999+E09 (NR3)

Explanation

Command

Sets the upper and lower limit values for area judgment.

Query

Returns the upper and lower limit values for area judgment.

Example

Command

:COMParator:AREA:LIMit 10,1,10E3,20E3
Sets the lower and upper limit values for the first parameter of Sweep point No. 10 to 10 k and 20 k, respectively.

Query

:COMParator:AREA:LIMit? 10,1

Response

:COMPARATOR:AREA:LIMIT 10.00000E+03,20.00000E+03  (when HEADER ON)
10.00000E+03,20.00000E+03  (when HEADER OFF)
The lower and upper limit values for the first parameter of sweep point number 10 are set to 10 k and 20 k, respectively.

Note

An execution error occurs in the following cases.

  • When a value that is larger than the number of sweep points is set for the sweep point number
  • When the mode is not area judgment mode
  • When the parameter to be set is not set as a judgment parameter

Setting and querying area judgment (reference value automatic setting) ANALYZER

Syntax

Command

:COMParator:AREA:MEAS   <Segment No.>,<1/2>,<PERcent/ VALue>,<Lower limit values>,<Upper limit values>

Query

:COMParator:AREA:MEAS?   <Segment No.>,<1/2>

Response

<PERCENT/ VALUE>,<Lower limit values>,<Upper limit values>

Parameter

<Segment No.> = 1 to 20
<Lower limit values> = -999.9999% to +999.9999% (NR2)/-9.999999+E09 to +9.999999+E09 (NR3)
<Upper limit values> = -999.9999% to +999.9999% (NR2)/-9.999999+E09 to +9.999999+E09 (NR3)

Explanation

Command

Acquires the reference value from the current measurement value and simultaneously sets the area judgment settings.

Query

Returns the area judgment settings in the order of the mode, lower limit value, and upper limit value.

Example

Command

:COMParator:AREA:MEAS 2,1,PERcent,-20,20
Sets the comparator range of the first parameter of segment 2 as a percentage to the lower limit value of -20% and the upper limit value of 20% based on the current measurement value.

Query

:COMParator:AREA:MEAS? 2,1

Response

:COMPARATOR:AREA:MEAS PERCENT,-20.0000,20.0000  (when HEADER ON)
PERCENT,-20.0000,20.0000  (when HEADER OFF)
The comparator range of the first parameter of segment 2 is set as a percentage to the lower limit value of -20% and the upper limit value of 20% based on the current measurement value.

Note

When the segment sweep setting is set to OFF, the segment number setting is disabled and .fixed to segment 1.

Setting and querying judgment parameter ANALYZER

Syntax

Command

:COMParator:PARAmeter   <1/2/ALL>

Query

:COMParator:PARAmeter?  

Response

<1/2/ALL>

Parameter

Explanation

Command

Sets the parameter subject to comparator judgment.

1: Sets the first parameter to be subject to comparator judgment.
2: Sets the second parameter to be subject to comparator judgment.
ALL: Sets both the first parameter and second parameter to be subject to comparator judgment.

Query

Returns the setting of the parameter subject to comparator judgment.

Example

Command

:COMParator:PARAmeter 1
Sets the parameter subject to comparator judgment to the first parameter.

Query

:COMParator:PARAmeter?

Response

:COMPARATOR:PARAMETER 1  (when HEADER ON)
1  (when HEADER OFF)
The parameter subject to comparator judgment is set to the first parameter.

Note

Setting and querying peak judgment ANALYZER

Syntax

Command

:COMParator:PEAK   <Segment No.>,<1/2>,<MAX/MIN>,<Left limit value>,<Right limit value>,<Lower limit values>,<Upper limit values>

Query

:COMParator:PEAK?   <Segment No.>,<1/2>,<MAX/MIN>

Response

<Left limit value>,<Right limit value>,<Lower limit values>,<Upper limit values>

Parameter

<Segment No.> = 1 to 20
<Left limit value> = OFF/4.00 Hz to 5.0000 MHz (NR3)/5 mV to 5 V (NR2)/0.01 mA to 50 mA (NR3)
<Right limit value> = OFF/4.00 Hz to 5.0000 MHz (NR3)/5 mV to 5 V (NR2)/0.01 mA to 50 mA (NR3)
<Lower limit values> = OFF/-9.999999+E09 to +9.999999+E09 (NR3)
<Upper limit values> = OFF/-9.999999+E09 to +9.999999+E09 (NR3)

Explanation

Command

Simultaneously sets the peak judgment settings.
The valid setting range for the left and right limit values differs depending on the type of main sweep measurement signal mode.

When frequency sweep: 4.00 to 5.0000E+06
When open-circuit voltage sweep: 5.000E-03 to 5.000
When constant voltage sweep: 5.000E-03 to 5.000
When constant current sweep: 0.01E-03 to 50.00E-03

Query

Returns the area judgment settings in the order of the left limit value, right limit value, lower limit value, and upper limit value.

Example

Command

:COMParator:PEAK 1,1,MAX,40,1.0000E3,1.1234E+06,1.2345E+06
Sets the left limit value, right limit value, lower limit value, and upper limit value of the local maximum values of the first parameter of segment 1 to 40, 1.0000E3, 1.1234E+06, and 1.2345E+06, respectively.

Query

:COMParator:PEAK? 1,1,MAX

Response

:COMPARATOR:PEAK 40.00000E+00,1.000000E+03,1.123400E+06,1.234500E+06  (when HEADER ON)
40.00000E+00,1.000000E+03,1.123400E+06,1.234500E+06  (when HEADER OFF)
The left limit value, right limit value, lower limit value, and upper limit value of the local maximum values of the first parameter of segment 1 are set to 40, 1.0000E3, 1.1234E+06, and 1.2345E+06, respectively.

Note

When the segment sweep setting is set to OFF, the segment number setting is disabled and fixed to segment 1.

Setting and querying the filter value ANALYZER

Syntax

Command

:COMParator:PEAK:FILTer   <ON/OFF>

Query

:COMParator:PEAK:FILTer?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the filter for when peak judgment.

Query

Returns the filter for when peak judgment.

Example

Command

:COMParator:PEAK:FILTer ON
Sets the filter value for when peak judgment to ON.

Query

:COMParator:PEAK:FILTer?

Response

:COMPARATOR:PEAK:FILTER ON  (when HEADER ON)
ON  (when HEADER OFF)
The filter value for when peak judgment is set to ON.

Note

The filter setting is common to the filter setting of the search by cursor function.

Setting and querying the local maximum number and local minimum number ANALYZER

Syntax

Command

:COMParator:PEAK:NO   <Local minimum No.>, <Local maximum No.>

Query

:COMParator:PEAK:NO?  

Response

<Local minimum No.>,<Local maximum No.>

Parameter

<Local minimum No.> = 1 to 5 (NR1)
<Local maximum No.> = 1 to 5 (NR1)

Explanation

Command

Sets the local minimum number and local maximum number to be the targets when performing peak judgment.

Query

Returns the local minimum number and local maximum number to be the targets when performing peak judgment.

Example

Command

:COMParator:PEAK:NO 2,3
Sets peak judgment to be performed with the second local minimum value and third local maximum value as the targets.

Query

:COMParator:PEAK:NO?

Response

:COMPARATOR:PEAK:NO 2,3  (when HEADER ON)
2,3  (when HEADER OFF)
Peak judgment is set to be performed with the second local minimum value and third local maximum value as the targets.

Note

Setting and querying the display cursor setting ANALYZER

Syntax

Command

:CURSor   <OFF/A/AB>

Query

:CURSor?  

Response

<OFF/A/AB>

Parameter

Explanation

Command

Sets the display cursor.

OFF: Displays no cursor.
A: Displays only cursor A.
AB: Displays cursors A and B.

Query

Returns the display cursor setting.

Example

Command

:CURSor AB
Sets cursors A and B to be displayed.

Query

:CURSor?

Response

:CURSOR AB  (when HEADER ON)
AB  (when HEADER OFF)
Cursors A and B are set to be displayed.

Note

It is not possible to display only cursor B.

Setting and querying the search method (# is A or B) ANALYZER

Syntax

Command

:CURSor:#SEARch   <MAX/MIN/TARGet/LMAX/LMIN>

Query

:CURSor:#SEARch?  

Response

<MAX/MIN/TARGET/LMAX/LMIN>

Parameter

Explanation

Command

Sets the search mode for cursor A or cursor B.

MAX: Sets a search for the maximum value to be performed.
MIN: Sets a search for the minimum value to be performed.
TARGet: Sets a search for any value to be performed.
LMAX: Sets a search for the local maximum value to be performed.
LMIN: Sets a search for the local minimum value to be performed.

Query

Returns the search mode for cursor A or cursor B.

Example

Command

:CURSor:BSEARch LMAX
Sets the search mode for cursor B to local maximum value search.

Query

:CURSor:BSEARch?

Response

:CURSOR:BSEARCH LMAX  (when HEADER ON)
LMAX  (when HEADER OFF)
The search mode for cursor B is set to local maximum value search.

Note

When the search mode is set to TARGET, the target value can be set with the :CURSor:#SEARch:TARGet command.
When the search mode is set to LMAX or LMIN, the filter value can be set with the :COMParator:PEAK:FILTer command.
When this is set with the old command :CURSor:SEARch, the setting is applied to both cursor A and cursor B.
The old query :CURSor:SEARch? returns the setting of cursor A.

Setting and querying the search parameter (# is A or B) ANALYZER

Syntax

Command

:CURSor:#SEARch:PARameter   <1/2>

Query

:CURSor:#SEARch:PARameter?  

Response

<1/2>

Parameter

Explanation

Command

Sets the search parameter for cursor A or cursor B.

1: Performs a search for the measurement result of the first parameter.
2: Performs a search for the measurement result of the second parameter.

Query

Returns the setting of the search parameter for cursor A or cursor B.

Example

Command

:CURSor:ASEARch:PARameter 2
Sets the search parameter of cursor A to the second parameter.

Query

:CURSor:ASEARch:PARameter?

Response

:CURSOR:ASEARCH:PARAMETER 2  (when HEADER ON)
2  (when HEADER OFF)
The search parameter of cursor A is set to the second parameter.

Note

Setting and querying the target value (# is A or B) ANALYZER

Syntax

Command

:CURSor:#SEARch:TARGet   <TARGET value>

Query

:CURSor:#SEARch:TARGet?  

Response

<TARGET value>

Parameter

<TARGET value> = -9.999999+E0 to +9.999999+E09 (NR3)

Explanation

Command

Sets the target value for when target search of cursor A or cursor B.

Query

Returns the target value for when target search of cursor A or cursor B.

Example

Command

:CURSor:BSEARch:TARGet 100E+03
Sets the target value for when target search of cursor B to 100 k.

Query

:CURSor:BSEARch:TARGet?

Response

:CURSOR:BSEARCH:TARGET 100.0000E+03  (when HEADER ON)
100.0000E+03  (when HEADER OFF)
The target value for when target search of cursor B is set to 100 k.

Note

When you want to perform a target search, set the search mode to TARGET with the :CURSor:#SEARch command.
When this is set with the old command :CURSor:SEARch:TARGet, the target values of both cursor A and cursor B are set.
The old query :CURSor:SEARch:TARGet? returns the target value of cursor A.

Setting and querying the cursor to move or perform searches. ANALYZER

Syntax

Command

:CURSor:MOVE   <A/B>

Query

:CURSor:MOVE?  

Response

<A/B>

Parameter

Explanation

Command

Sets the cursor to move or perform searches.

A: Cursor A can move or search.
B: Cursor B can move or search.

Query

Returns the setting of the cursor to move or perform searches.

Example

Command

:CURSor:MOVE B
Sets the cursor to move or perform searches to cursor B.

Query

:CURSor:MOVE?

Response

:CURSOR:MOVE B  (when HEADER ON)
B  (when HEADER OFF)
The cursor to move or perform searches is set to cursor B.

Note

This command results in an execution error if display cursor is set to OFF.
Furthermore, if the display cursor is set to A, the cursor to move or perform searches is fixed to cursor A and cannot be set to cursor B.

Setting and querying the auto search ANALYZER

Syntax

Command

:CURSor:SEARch:AUTO   <ON/OFF>

Query

:CURSor:SEARch:AUTO?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the auto search function.

Query

Returns the auto search function.

Example

Command

:CURSor:SEARch:AUTO ON
Sets the auto search function to ON.

Query

:CURSor:SEARch:AUTO?

Response

:CURSOR:SEARCH:AUTO ON  (when HEADER ON)
ON  (when HEADER OFF)
The auto search function is set to ON.

Note

Executing auto scaling ANALYZER

Syntax

Command

:GRAPh:AUTOscale  

Query

 

Response

Parameter

Explanation

Command

Executes auto scaling.

Query

Example

Command

:GRAPh:AUTOscale
Executes auto scaling.
This can be executed when the screen is set to graph display and the scaling mode is set to AUTO for either the first parameter or second parameter.
An execution error occurs in other cases.

Query

Response

Note

Setting and querying the graph display color ANALYZER

Syntax

Command

:GRAPh:COLor   <Segment No.>,<1/2>,<OFF/Color No.>

Query

:GRAPh:COLor?   <Segment No.>,<1/2>

Response

<OFF/Color No.>

Parameter

<Segment No.> = 1 to 20
<Color No.> = 1 to 20 (NR1)

Explanation

Command

Sets the graph display color.
Sets the graph display color of the first parameter and second parameter of each segment.
If the segment function is set to OFF, the segment number is fixed to 1.
For the display colors that correspond to color numbers 1 to 20, refer to the figure below.

Query

Returns the graph display color.

Example

Command

:GRAPh:COLor 1,2,15
Sets the graph display color for the second parameter of segment 1 to 15.

Query

:GRAPh:COLor? 1,2

Response

:GRAPH:COLOR 15  (when HEADER ON)
15  (when HEADER OFF)
The graph display color for the second parameter of segment 1 is set to 15.

Note

Only a number that has currently already been created can be specified for the segmentnumber.

Executing reset of the graph display colors of all segments ANALYZER

Syntax

Command

:GRAPh:COLor:RESet   <1/2>

Query

 

Response

Parameter

Explanation

Command

Resets the graph display colors of all segments.

1: Resets the graph display color of the first parameter.
2: Resets the graph display color of the second parameter.

Query

Example

Command

:GRAPh:COLor:RESet 1
Resets the graph display color of the first parameter of all segments.

Query

Response

Note

An execution error occurs if the segment function is set to OFF.

Reflecting the display color of segment 1 to all segments ANALYZER

Syntax

Command

:GRAPh:COLor:SEG1   <1/2>

Query

 

Response

Parameter

Explanation

Command

Reflects the graph display color of segment 1 to all segments.

1: Reflects the graph display color of the first parameter of segment 1 to all segments.
2: Reflects the graph display color of the second parameter of segment 1 to all segments.

Query

Example

Command

:GRAPh:COLor:SEG1 1
Reflects the graph display color of the first parameter of segment 1 to all segments.

Query

Response

Note

An execution error occurs if the segment function is set to OFF.

Setting and querying the overwrite function ANALYZER

Syntax

Command

:GRAPh:OVERwrite   <ON/OFF>

Query

:GRAPh:OVERwrite?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the overwrite function.

Query

Returns the setting of the overwrite function.

Example

Command

:GRAPh:OVERwrite ON
Enables the overwrite function so that a graph is overwritten.

Query

:GRAPh:OVERwrite?

Response

:GRAPH:OVERWRITE ON  (when HEADER ON)
ON  (when HEADER OFF)
The overwrite function is enabled, and a graph is set to be overwritten.

Note

Setting and querying the horizontal axis display scale ANALYZER

Syntax

Command

:GRAPh:SCALe   <LINear/LOG>

Query

:GRAPh:SCALe?  

Response

<LINEAR/LOG>

Parameter

Explanation

Command

Sets the horizontal axis display scale.

Query

Returns the setting of the horizontal axis display scale.

Example

Command

:GRAPh:SCALe LINear
Sets the horizontal display scale to linear.

Query

:GRAPh:SCALe?

Response

:GRAPH:SCALE LINEAR  (when HEADER ON)
LINEAR  (when HEADER OFF)
The horizontal display scale is set to linear.

Note

Setting and querying the horizontal axis span format ANALYZER

Syntax

Command

:GRAPh:SPAN   <SINGle/SEGMent>

Query

:GRAPh:SPAN?  

Response

<SINGLE/SEGMENT>

Parameter

Explanation

Command

Sets the horizontal axis span format.

SINGle: Sets the whole measurement range to be drawn as a single span.
SEGMent: Sets drawing to be performed for each segment.

Query

Returns the setting of the horizontal axis span format.

Example

Command

:GRAPh:SPAN SEGMent
Sets the horizontal axis span format to segment.

Query

:GRAPh:SPAN?

Response

:GRAPH:SPAN SEGMENT  (when HEADER ON)
SEGMENT  (when HEADER OFF)
The horizontal axis span format is set to segment.

Note

Setting and querying the reference value and graduation width of the vertical axis display scale ANALYZER

Syntax

Command

:GRAPh:VERTical:CENTerdiv   <1/2>,<Reference value>,<One graduation width>

Query

:GRAPh:VERTical:CENTerdiv?   <1/2>

Response

<Reference value>,<One graduation width>

Parameter

<Reference value> = -9.999999+E09 to +9.999999+E09 (NR3)
<One graduation width> = -9.999999+E09 to +9.999999+E09 (NR3)

Explanation

Command

Sets the range of the vertical axis of the first parameter or second parameter with a reference value and the width of one graduation.

Query

Returns the range of the vertical axis of the first parameter or second parameter in the order of the reference value and the width of one graduation.

Example

Command

:GRAPh:VERTical:CENTerdiv 1, 100E+03, 100E+00
Sets range of the vertical axis of the first parameter to 100 k for the reference value and 100 for the width of one graduation.

Query

:GRAPh:VERTical:CENTerdiv? 1

Response

:GRAPH:VERTICAL:CENTERDIV 100.0000E+03, 100.0000E+00  (when HEADER ON)
100.0000E+03, 100.0000E+00  (when HEADER OFF)
The range of the vertical axis of the first parameter is set to 100 k for the reference value and 100 for the width of one graduation.

Note

If this command is executed, the vertical display scale setting method is automatically set to the reference value and one graduation width.
If the reference value and one graduation width are set with this command, the upper and lower limit values are automatically recalculated.

Setting and querying the parameters to display grid ANALYZER

Syntax

Command

:GRAPh:VERTical:GRID   <1/2>

Query

:GRAPh:VERTical:GRID?  

Response

<1/2>

Parameter

Explanation

Command

Sets the parameters for which to display a grid.

Query

Returns the parameters for which to display a grid.

Example

Command

:GRAPh:VERTical:GRID 2
Sets a grid to be displayed for the second parameter.

Query

:GRAPh:VERTical:GRID?

Response

:GRAPH:VERTICAL:GRID 2  (when HEADER ON)
2  (when HEADER OFF)
A grid is set to be displayed for the second parameter.

Note

Setting and querying the setting method for the vertical axis display scale ANALYZER

Syntax

Command

:GRAPh:VERTical:METHod   <1/2>, <UPPer/CENTer>

Query

:GRAPh:VERTical:METHod?   <1/2>

Response

<UPPER/CENTER>

Parameter

Explanation

Command

Sets the setting method for the display range of the vertical axis.

UPPer: Sets the display range of the vertical axis to be set with the upper and lower limit values.
ENTer: Sets the display range of the vertical axis to be set with a reference value and the width of one graduation.

Query

Returns the setting method for the display range of the vertical axis.

Example

Command

:GRAPh:VERTical:METHod 1, UPPer
Sets the display range of the vertical axis to be set with the upper and lower limit values.

Query

:GRAPh:VERTical:METHod? 1

Response

:GRAPH:VERTICAL:METHOD UPPER  (when HEADER ON)
UPPER  (when HEADER OFF)
The display range of the vertical axis is set to be set with the upper and lower limit values.

Note

Before executing this command, set MANUAL with the :GRAPh:VERTical:MODE command.

Setting and querying the vertical axis display scale method ANALYZER

Syntax

Command

:GRAPh:VERTical:MODE   <1/2>, <AUTO/MANual>

Query

:GRAPh:VERTical:MODE?   <1/2>

Response

<AUTO/MANUAL>

Parameter

Explanation

Command

Sets the display range setting of the vertical axis to automatic or manual.

Query

Returns the display range setting of the vertical axis.

Example

Command

:GRAPh:VERTical:MODE 1, MANual
Sets the display range setting of the vertical axis of the first parameter to manual.

Query

:GRAPh:VERTical:MODE? 1

Response

:GRAPH:VERTICAL:MODE MANUAL  (when HEADER ON)
MANUAL  (when HEADER OFF)
The display range setting of the vertical axis of the first parameter is set to manual.

Note

Setting and querying the vertical axis display scale ANALYZER

Syntax

Command

:GRAPh:VERTical:SCALe   <1/2>, <LINear/LOG>

Query

:GRAPh:VERTical:SCALe?   <1/2>

Response

<LINEAR/LOG>

Parameter

Explanation

Command

Sets the vertical axis display scale.

Query

Returns the vertical axis display scale.

Example

Command

:GRAPh:VERTical:SCALe 1, LOG
Sets the vertical axis display scale of the first parameter to log.

Query

:GRAPh:VERTical:SCALe? 1

Response

:GRAPH:VERTICAL:SCALE LOG  (when HEADER ON)
LOG  (when HEADER OFF)
The vertical axis display scale of the first parameter is set to log.

Note

Setting and querying the upper and lower limit values of the vertical axis display scale ANALYZER

Syntax

Command

:GRAPh:VERTical:UPPerlower   <1/2>,<Lower limit values>,<Upper limit values>

Query

:GRAPh:VERTical:UPPerlower?   <1/2>

Response

<Lower limit values>,<Upper limit values>

Parameter

<Lower limit values> = -9.9999+E09 to +9.9999+E09 (NR3)
<Upper limit values> = -9.9999+E09 to +9.9999+E09 (NR3)

Explanation

Command

Sets the range of the vertical axis of the first parameter or second parameter with the lower and upper limit values.

Query

Returns the range of the vertical axis of the first parameter or second parameter in the order of the lower limit value and the upper limit value.

Example

Command

:GRAPh:VERTical:UPPerlower 1, 1E+03, 100E+03
Sets the range of the vertical axis of the first parameter to 1 k for the lower limit value and 100 k for the upper limit value.

Query

:GRAPh:VERTical:UPPerlower? 1

Response

:GRAPH:VERTICAL:UPPERLOWER 1.000000E+03, 100.0000E+03  (when HEADER ON)
1.000000E+03, 100.0000E+03  (when HEADER OFF)
The range of the vertical axis of the first parameter is set to 1 k for the lower limit value and 100 k for the upper limit value.

Note

If this command is executed, the vertical display scale setting method is automatically set to the upper and lower limit values.
Specify a lower limit value that does not exceed the upper limit value. An execution error occurs if a lower limit value that is larger than the upper limit value is specified.
If the upper and lower limit values are set with this command, the width of one graduation is automatically recalculated.

Simultaneously setting and querying sweep point settings of the CENTER-SPAN method ANALYZER

Syntax

Command

:LIST:CENTerspan   <CENTER value>,<SPAN value>,<Number of sweep points>

Query

:LIST:CENTerspan?  

Response

<CENTER value>,<SPAN value>,<Number of sweep points>

Parameter

<CENTER value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<SPAN value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<Number of sweep points> = 2 to 801 (NR1)

Explanation

Command

Simultaneously sets the sweep point settings of the CENTER SPAN method.

Query

Returns the sweep point settings of the CENTER-SPAN method.

Example

Command

:LIST:CENTerspan 1.0000E+03,200.00E+00,801
(When the type of sweep parameter is frequency)
Sets the CENTER value, SPAN value, and number of sweep points of the sweep point settings to 1 kHz, 200 Hz, and 801 points, respectively.

Query

:LIST:CENTerspan?

Response

:LIST:CENTERSPAN 1.0000E+03, 200.00E+00,801  (when HEADER ON)
1.0000E+03, 200.00E+00,801  (when HEADER OFF)
The CENTER value, SPAN value, and number of sweep points of the sweep point settings of the CENTER-SPAN method are set to 1 kHz, 200 Hz, and 801 points, respectively.

Note

The valid ranges for the CENTER value and SPAN value differ depending on the type of sweep parameter.
For each of the ranges, refer to the setting commands of the signal levels (frequency, constant voltage level, open-circuit voltage level, and constant current level).
The measurement speed takes priority during sweeping when the trigger setting is REPEAT, so if sweep points are changed by communication during sweeping, the first sweep result graph displayed after the change may appear in a disordered state. (In such a case, measurement is being performed without a problem.)
Therefore, whenever possible change the trigger setting to SEQ or STEP when changing sweep points, and change the sweep points when sweeping is not being performed.

Setting and querying the sweep point settings of INTERVAL mode ANALYZER

Syntax

Command

:LIST:INTerval   <POINT value>,<INTERVAL value>,<Number of sweep points>

Query

:LIST:INTerval?  

Response

<POINT value>,<INTERVAL value>,<Number of sweep points>

Parameter

<POINT value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<INTERVAL value> = 0 to 10000 (NR2)
<Number of sweep points> = 2 to 801 (NR1)

Explanation

Command

Simultaneously sets the sweep point settings of the INTERVAL method.

Query

Returns the sweep point settings of INTERVAL method.

Example

Command

:LIST:INTerval 1.0000E+03,1.5000,801
(When the type of sweep parameter is frequency)
Sets the POINT value, INTERVAL value, and number of sweep points of the sweep point settings to 1 kHz, 1.5 s, and 801 points, respectively.

Query

:LIST:INTerval?

Response

:LIST:INTERVAL 1.0000E+03,1.5000,801  (when HEADER ON)
1.0000E+03,1.5000,801  (when HEADER OFF)
The POINT value, INTERVAL value, and number of sweep points for the sweep point settings of the INTERVAL method are set to 1 kHz, 1.5 s, and 801 points, respectively.

Note

The valid ranges for the POINT value differ depending on the type of sweep parameter.
For each of the ranges, refer to the setting commands of the signal levels (frequency, constant voltage level, open-circuit voltage level, and constant current level).
The measurement speed takes priority during sweeping when the trigger setting is REPEAT, so if sweep points are changed by communication during sweeping, the first sweep result graph displayed after the change may appear in a disordered state. (In such a case, measurement is being performed without a problem.)
Therefore, whenever possible change the trigger setting to SEQ or STEP when changing sweep points, and change the sweep points when sweeping is not being performed.

Setting and querying the sweep point settings of START-STEP mode ANALYZER

Syntax

Command

:LIST:STARt:STEP   <START value>,<STEP value>,<Number of sweep points>

Query

:LIST:STARt:STEP?  

Response

<START value>, <STEP value>, <Number of sweep points>

Parameter

<START value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<STEP value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<Number of sweep points> = 2 to 801 (NR1)

Explanation

Command

Simultaneously sets the sweep point settings of the START-STEP method.

Query

Returns the sweep point settings of the START-STEP method.

Example

Command

:LIST:STARt:STEP 1.0000E+03,2.0000E+03,801
(When the type of sweep parameter is frequency)
Sets the START value, STEP value, and number of sweep points of the sweep point settings to 1 kHz, 2 kHz, and 801 points, respectively.

Query

:LIST:STARt:STEP?

Response

:LIST:START:STEP 1.0000E+03, 2.0000E+03,801  (when HEADER ON)
1.0000E+03, 2.0000E+03,801  (when HEADER OFF)
The START value, STEP value, and number of sweep points of the sweep point settings of the START-STEP method are set to 1 kHz, 2 kHz, and 801 points, respectively.

Note

The valid ranges for the START value and STEP value differ depending on the type of sweep parameter.
For each of the ranges, refer to the setting commands of the signal levels (frequency, constant voltage level, open-circuit voltage level, and constant current level).
The measurement speed takes priority during sweeping when the trigger setting is REPEAT, so if sweep points are changed by communication during sweeping, the first sweep result graph displayed after the change may appear in a disordered state. (In such a case, measurement is being performed without a problem.)
Therefore, whenever possible change the trigger setting to SEQ or STEP when changing sweep points, and change the sweep points when sweeping is not being performed.

Setting and querying the sweep point settings of START-STOP mode ANALYZER

Syntax

Command

:LIST:STARt:STOP   <START value>,<STOP value>,<Number of sweep points>,<LINear/ LOG>

Query

:LIST:STARt:STOP?  

Response

<START value>,<STOP value>,<Number of sweep points>,<LINEAR/LOG>

Parameter

<START value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<STOP value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<Number of sweep points> = 2 to 801 (NR1)

Explanation

Command

Simultaneously sets the sweep point settings of the START-STOP method.

Query

Returns the sweep point settings of the START-STOP method.

Example

Command

:LIST:STARt:STOP 1.0000E+03,1.0000E+06,801,LOG
(When the type of sweep parameter is frequency)
Sets the START value, STOP value, number of sweep points, and setting method of sweep points of the sweep point settings to 1 kHz, 1 MHz, and 801 points, and LOG, respectively.

Query

:LIST:STARt:STOP?

Response

:LIST:START:STOP 1.0000E+03, 1.0000E+06,801,LOG  (when HEADER ON)
1.0000E+03, 1.0000E+06,801,LOG  (when HEADER OFF)
The START value, STOP value, number of sweep points, and setting method of sweep points of the sweep point settings of the START-STOP method are set to 1 kHz, 1 MHz, and 801 points, and LOG, respectively.

Note

The valid ranges for the START value and STOP value differ depending on the type of sweep parameter.
For each of the ranges, refer to the setting commands of the signal levels (frequency, constant voltage level, open-circuit voltage level, and constant current level).
If the type of sweep parameter is V/ CV/ CC, the setting method of sweep points can only be set to LINEAR. An execution error occurs if LOG is specified.
The measurement speed takes priority during sweeping when the trigger setting is REPEAT, so if sweep points are changed by communication during sweeping, the first sweep result graph displayed after the change may appear in a disordered state. (In such a case, measurement is being performed without a problem.)
Therefore, whenever possible change the trigger setting to SEQ or STEP when changing sweep points, and change the sweep points when sweeping is not being performed.

Querying measurement data ANALYZER

Syntax

Command

 

Query

:MEASure?  

Response

<Measurement value>

Parameter

Explanation

Command

Query

For more detail, refer to "Querying measurement data".

Example

Command

Query

Response

Note

Querying the overall judgment result when peak comparator measurement ANALYZER

Syntax

Command

 

Query

:MEASure:COMParator:PEAK?  

Response

<Judgment result>

Parameter

<Judgment result> = 0,1 (NR1)

Explanation

Command

Query

Returns the overall judgment result when peak comparator measurement.

Example

Command

Query

:MEASure:COMParator:PEAK?

Response

:MEASURE:COMPARATOR:PEAK 1  (when HEADER ON)
1  (when HEADER OFF)
The peak overall judgment result is IN.

Note

Querying the judgment result of the local maximum value when peak comparator measurement ANALYZER

Syntax

Command

 

Query

:MEASure:COMParator:PEAK:LMAX?   <Segment No.>,<1/2>

Response

Parameter

<Segment No.> = 1 to 20
<Judgment result> = 0 to 9 (NR1)

Explanation

Command

Query

Returns the judgment result of the local maximum value and the measurement data when peak comparator measurement.
The judgment results indicate the positional relationship between the judgment area and peak.
If the peak is within the judgment area (IN), 5 is returned.
When the judgment area setting is OFF, 0 is returned for the judgment result.
For details on the judgment result values, see the following figure.

Example

Command

Query

:MEASure:COMParator:PEAK:LMAX? 1,1

Response

:MEASURE:COMPARATOR:PEAK:LMAX 5, 24.831E+03,Z 4.082196E+03  (when HEADER ON)
5, 24.831E+03, 4.082196E+03  (when HEADER OFF)
The peak comparator judgment result of the local maximum value of segment 1 and the first parameter is IN, the frequency of the sweep point is 24.831 kHz, and the measurement value is 4.082196 kΩ.

Note

When the segment sweep setting is set to OFF, the segment number setting is disabled and fixed to segment 1.
An execution error occurs when the peak could not be detected.

Querying the judgment result of the local minimum value when peak comparator measurement ANALYZER

Syntax

Command

 

Query

:MEASure:COMParator:PEAK:LMIN?   <Segment No.>,<1/2>

Response

Parameter

<Segment No.> = 1 to 20
<Judgment result> = 0 to 9 (NR1)

Explanation

Command

Query

Returns the judgment result of the local minimum value and the measurement data when peak comparator measurement.
The judgment results indicate the positional relationship between the judgment area and peak.
If the peak is within the judgment area (IN), 5 is returned.
When the judgment area setting is OFF, 0 is returned for the judgment result.
For details on the judgment result values, see the following figure.

Example

Command

Query

:MEASure:COMParator:PEAK:LMIN? 1,1

Response

:MEASURE:COMPARATOR:PEAK:LMIN 5, 901.57E+03,Z 11.20888E+03  (when HEADER ON)
5, 901.57E+03, 11.20888E+03  (when HEADER OFF)
The peak comparator judgment result of the local minimum value of segment 1 and the first parameter is IN, the frequency of the sweep point is 901.57 kHz, and the measurement value is 11.20888 kΩ.

Note

When the segment sweep setting is set to OFF, the segment number setting is disabled and fixed to segment 1.
An execution error occurs when the peak could not be detected.

Querying the measurement data of the cursor position ANALYZER

Syntax

Command

 

Query

:MEASure:CURSor?   <A/B>

Response

This is in accordance with the :MEASure? response format.

Parameter

Explanation

Command

Query

Returns the measurement data of the specified cursor.

Example

Command

Query

:MEASure:CURSor? A

Response

16.406E+03,Z 96.85033E+00,PHASE -89.954  (when HEADER ON)
16.406E+03, 96.85033E+00, -89.954  (when HEADER OFF)
The sweep frequency of the sweep point of cursor A is 16.406 kHz, the measurement value of the first parameter is 96.85033, and the measurement value of the second parameter is -89.954.

Note

Querying the measurement data of the specified sweep point ANALYZER

Syntax

Command

 

Query

:MEASure:POINt?   <Sweep point>

Response

This is in accordance with the :MEASure? response format.

Parameter

<Sweep point> = 1 to 801

Explanation

Command

Query

Returns the measurement data of the specified sweep point.

Example

Command

Query

:MEASure:POINt? 100

Response

30.549E+03,Z 52.00423E+00,PHASE -89.916  (when HEADER ON)
30.549E+03, 52.00423E+00, -89.916  (when HEADER OFF)
The sweep frequency of the 100th sweep point is 30.549 kHz, the measurement result of the first parameter is 52.00423, and the measurement value of the second parameter is - 89.916.

Note

An execution error occurs if a sweep point with no measurement data is specified.

Setting and querying the sweep point ANALYZER

Syntax

Command

:POINt   <Sweep point No.>,<Setting value>

Query

:POINt?   <Sweep point No.>

Response

<Setting value>

Parameter

<Sweep point No.> = 1 to 801 (NR1)
<Setting value> = The settable range varies depending on the conditions. (NR3)

Explanation

Command

Sets the sweep value.

Query

Returns the sweep value.

Example

Command

:POINt 5,23E3
Sets sweep value of sweep point number 5 to 23 k.

Query

:POINt? 5

Response

:POINT 23.000E+03  (when HEADER ON)
23.000E+03  (when HEADER OFF)
The sweep value of sweep point number 5 is set to 23 k.

Note

An execution error occurs when a value that is larger than the number of sweep points is set for the sweep point number.

Executing the search function ANALYZER

Syntax

Command

:SEARch  

Query

 

Response

Parameter

Explanation

Command

Executes the search function and moves the display cursor.

Query

Example

Command

:SEARch
Executes the search function.

Query

Response

Note

An execution error occurs if there is no applicable search result.

Setting and querying the segment sweep function ANALYZER

Syntax

Command

:SEGMent   <ON/OFF>

Query

:SEGMent?  

Response

<ON/OFF>

Parameter

Explanation

Command

Sets the segment sweep function.

ON : Enables the segment sweep function.
OFF : Disables the segment sweep function and sets a normal sweep to be performed.

Query

Returns the setting of the segment sweep function.

Example

Command

:SEGMent ON
Enables the segment sweep function.

Query

:SEGMent?

Response

:SEGMENT ON  (when HEADER ON)
ON  (when HEADER OFF)
The segment sweep function is enabled.

Note

Adding a segment ANALYZER

Syntax

Command

:SEGMent:ADD   <Segment No./ no data>

Query

 

Response

Parameter

Explanation

Command

Creates a new segment, and adds it to the specified segment number.
If there are already segments with the specified segment number and subsequent numbers, the segments with the specified number and subsequent numbers are each shifted up by one.
If a segment number is not specified, a new segment is added at the end of the current segments.
If a segment number that is larger than the number of current segments is specified, a new segment is added at the end of the current segments.

Query

Example

Command

:SEGMent:ADD 3
Creates a new segment for segment number 3.

Query

Response

Note

Each parameter (sweep point, measurement speed, etc.) of the newly created segment is set to the initial value. When you create a new segment, set each of the parameters.

Setting and querying measurement averaging of the specified segment ANALYZER

Syntax

Command

:SEGMent:AVERaging   <Segment No.>,<OFF/Number of averaging times>

Query

:SEGMent:AVERaging?   <Segment No.>

Response

<OFF/Number of averaging times>

Parameter

<Segment No.> = 1 to 20
<Number of averaging times> = 1 to 256 (NR1)

Explanation

Command

Sets the number of measurement averaging times of the specified segment number.

OFF: Disables the averaging function.

Query

Returns the number of measurement averaging times of the specified segment number.

Example

Command

:SEGMent:AVERaging 3, 32
Sets the number of averaging times of segment number 3 to 32.

Query

:SEGMent:AVERaging? 3

Response

:SEGMENT:AVERAGING 32  (when HEADER ON)
32  (when HEADER OFF)
The number of averaging times of segment number 3 is set to 32.

Note

Setting the number of averaging times to 1 automatically sets the averaging function to OFF.
Setting the number of averaging times from 2 to 256 automatically sets the averaging function to ON.

Deleting the specified segment ANALYZER

Syntax

Command

:SEGMent:DELete   <セグメントNo.>

Query

 

Response

Parameter

<Segment No.> = 1 to 20

Explanation

Command

Deletes the specified segment.

Query

Example

Command

:SEGMent:DELete 3
Deletes the segment created for number 3.

Query

Response

Note

A segment cannot be restored once it is deleted.

Querying the number of segments ANALYZER

Syntax

Command

 

Query

:SEGMent:NUM?  

Response

<Segment count>

Parameter

<Segment count> = 1~20 (NR1)

Explanation

Command

Query

Returns an NR1 numerical value for the number of segments currently created.

Example

Command

Query

:SEGMent:NUM?

Response

SEGMENT:NUM 3  (when HEADER ON)
3  (when HEADER OFF)
The three segments number 1 to number 3 have been created.

Note

Setting and querying the point delay time of the specified segment ANALYZER

Syntax

Command

:SEGMent:PDELay   <Segment No.>,<Delay time>

Query

:SEGMent:PDELay?   <Segment No.>

Response

<Delay time>

Parameter

<Segment No.> = 1 to 20
<Delay time> = 0 to 10000 (NR2)

Explanation

Command

Sets the point delay time of the specified segment.

Query

Returns the point delay time of the specified segment.

Example

Command

:SEGMent:PDELay 3, 0.0005
Sets the point delay time of segment number 3 to 0.5 ms.

Query

:SEGMent:PDELay? 3

Response

:SEGMENT:PDELAY 0.0005  (when HEADER ON)
0.0005  (when HEADER OFF)
The point delay time of segment number 3 is set to 0.5 ms.

Note

Setting and querying the measurement range of the specified segment ANALYZER

Syntax

Command

:SEGMent:RANGe   <Segment No.>,<Measurement range/AUTO>

Query

:SEGMent:RANGe?   <Segment No.>

Response

<Measurement range/AUTO>

Parameter

<Segment No.> = 1 to 20
<Measurement range> = 1 to 12 (NR1)

Explanation

Command

Sets the measurement range of the specified segment.
If this command is executed, the range setting is automatically changed from auto to hold.

Query

Returns the measurement range of the specified segment.

Example

Command

:SEGMent:RANGe 3, AUTO
Sets the measurement range of segment number 3 to auto range.

Query

:SEGMent:RANGe? 3

Response

:SEGMENT:RANGE AUTO  (when HEADER ON)
AUTO  (when HEADER OFF)
The measurement range of segment number 3 is set to auto range.

Note

For the range number and measurement range, refer to the measurement range setting command.

Setting and querying the measurement speed of the specified segment ANALYZER

Syntax

Command

:SEGMent:SPEEd   <Segment No.>,<FAST/MEDium/SLOW/SLOW2>

Query

:SEGMent:SPEEd?   <Segment No.>

Response

<FAST/MEDium/SLOW/SLOW2>

Parameter

<Segment No.> = 1 to 20

Explanation

Command

Sets the measurement speed of the specified segment.

Query

Returns the measurement speed of the specified segment.

Example

Command

:SEGMent:SPEEd 3, MEDium
Sets the measurement speed of segment number 3 to medium.

Query

:SEGMent:SPEEd? 3

Response

:SEGMENT:SPEED MEDIUM  (when HEADER ON)
MEDIUM  (when HEADER OFF)
The measurement speed of segment number 3 is set to medium.

Note

Simultaneously setting and querying sweep point settings of START-STOP method of specified segment ANALYZER

Syntax

Command

:SEGMent:STARt:STOP   <Segment No.>,<START value>,<STOP value>,<Number of sweep points>, <LINear/LOG>

Query

:SEGMent:STARt:STOP?   <Segment No.>

Response

<START value>,<STOP value>,<Number of sweep points>,<LINEAR/LOG>

Parameter

<START value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<STOP value> = The settable range varies depending on the type of sweep parameter. (NR2/NR3)
<Number of sweep points> = 2 to 801 (NR1)

Explanation

Command

Simultaneously sets the sweep point settings of the START-STOP method of the specified segment.

Query

Returns the sweep point settings of the START-STOP method of the specified segment.

Example

Command

:SEGMent:STARt:STOP 3, 1.0000E+03, 1.0000E+06, 50, LOG
(When the type of sweep parameter is frequency)
Sets the START value, STOP value, number of sweep points, and setting method of sweep points of the sweep point settings of segment number 3 to 1 kHz, 1 MHz, 50 points, and LOG, respectively.

Query

:SEGMent:STARt:STOP? 3

Response

:SEGMENT:START:STOP 1.0000E+03, 1.0000E+06,50,LOG  (when HEADER ON)
1.0000E+03, 1.0000E+06,50,LOG  (when HEADER OFF)
The START value, STOP value, number of sweep points, and setting method of sweep points of the sweep point settings of the START-STOP method of segment number 3 are set to 1 kHz, 1 MHz, 50 points, and LOG, respectively.

Note

The valid ranges for the START value and STOP value differ depending on the type of main sweep measurement signal mode.
For the valid ranges of each signal mode, refer to the setting command of each signal level (frequency, constant voltage level, open-circuit voltage level, and constant current level).
If the main sweep measurement signal mode is V/CV/CC, the setting of the sweep point calculation method can only be set to LINear. An error occurs if LOG is selected.

Setting and querying measurement signal for when segment sweep ANALYZER

Syntax

Command

:SEGMent:SUB:SOURce   <V/CV/CC>

Query

:SEGMent:SUB:SOURce?  

Response

<V/CV/CC>

Parameter

Explanation

Command

Sets the measurement signal type for when segment sweep to any one of open-circuit voltage, constant voltage, and constant current.
This setting is common to all segments.

V : Sets open-circuit voltage.
CV : Sets constant voltage.
CC : Sets constant current.

Query

Returns the measurement signal type for when segment sweep.

Example

Command

:SEGMent:SUB:SOURce CV
Sets the measurement signal type for when segment sweep to CV (constant voltage).

Query

:SEGMent:SUB:SOURce?

Response

:SEGMENT:SUB:SOURCE CV  (when HEADER ON)
CV  (when HEADER OFF)
The measurement signal type for when segment sweep is set to CV (constant voltage).

Note

The measurement signal type for when segment sweep is common to all segments.
If you set the measurement signal type for any segment, the setting is applied to all segments.
The measurement signal type for when segment sweep can only be set when the main sweep measurement signal mode is FREQ (frequency).
An execution error occurs when the main sweep measurement signal mode is other than FREQ.

Setting and querying the measurement signal level of the specified segment ANALYZER

Syntax

Command

:SEGMent:SUB:SOURce:VALue   <Segment No.>,<Signal source value>

Query

:SEGMent:SUB:SOURce:VALue?   <Segment No.>

Response

<Signal source value>

Parameter

<Segment No.> = 1 to 20
<Signal source value> = The settable range varies depending on the measurement signal type for when segment sweep. (NR2/NR3)

Explanation

Command

Sets the signal source value of the specified segment.
Sets the frequency when the main sweep measurement signal mode is V/ CV/ CC.

Query

Returns the signal source value of the specified segment.

Example

Command

:SEGMent:SUB:SOURce:VALue 3, 0.5
Sets the measurement signal level of segment number 3 to 0.5 V.

Query

:SEGMent:SUB:SOURce:VALue? 3

Response

:SEGMENT:SUB:SOURCE:VALUE 0.500  (when HEADER ON)
0.500  (when HEADER OFF)
The measurement signal level of segment number 3 is set to 0.5 V.

Note

Setting and querying display for when analyzer mode ANALYZER

Syntax

Command

:SWEep:DISPlay   <GRAPh/NUMEric/COMParator/XY>

Query

:SWEep:DISPlay?  

Response

<GRAPH/NUMERIC/COMPARATOR/XY>

Parameter

Explanation

Command

Sets the screen display for when analyzer mode.

Query

Returns the screen display setting for when analyzer mode.

Example

Command

:SWEep:DISPlay NUMERIC
Sets the screen display for when analyzer mode to list display.

Query

:SWEep:DISPlay?

Response

:SWEEP:DISPLAY NUMERIC  (when HEADER ON)
NUMERIC  (when HEADER OFF)
The screen display for when analyzer mode is set to list display.

Note

Setting and querying the screen display timing ANALYZER

Syntax

Command

:SWEep:DRAW   <REAL/AFTer>

Query

:SWEep:DRAW?  

Response

<REAL/AFTER>

Parameter

Explanation

Command

Sets the display update timing of analyzer mode.

REAL: Updates display in real time after the measurement of one sweep point finishes.
AFTer: Simultaneously updates all display when one sweep ends.

Query

Returns the display update timing of analyzer mode.

Example

Command

:SWEep:DRAW REAL
Sets the display update timing to real-time drawing.

Query

:SWEep:DRAW?

Response

:SWEEP:DRAW REAL  (when HEADER ON)
REAL  (when HEADER OFF)
The display update timing is set to real-time drawing.

Note

Setting and querying main sweep measurement signal mode ANALYZER

Syntax

Command

:SWEep:MAIN:SOURce   <FREQ/V/CV/CC>

Query

:SWEep:MAIN:SOURce?  

Response

<FREQ/V/CV/CC>

Parameter

Explanation

Command

Sets the main sweep measurement signal type.

V: Sets open-circuit voltage level.
CV: Sets constant voltage level.
CC: Sets constant current level.

Query

Returns the main sweep measurement signal type.

Example

Command

SWEep:MAIN:SOURce V
Sets the main sweep measurement signal type to V (open-circuit voltage).

Query

:SWEep:MAIN:SOURce?

Response

:SWEEP:MAIN:SOURCE V  (when HEADER ON)
V  (when HEADER OFF)
The main sweep measurement signal type is set to V (open-circuit voltage).

Note

Setting and querying point delay ANALYZER

Syntax

Command

:SWEep:PDELay   <Point delay time>

Query

:SWEep:PDELay?  

Response

<Point delay time>

Parameter

<Point delay time> = 0 to 10000 (NR2)

Explanation

Command

Sets the point delay time of analyzer mode.

Query

Returns the point delay time of analyzer mode.

Example

Command

:SWEep:PDELay 0.0005
Sets the point delay interval to 0.5 ms.

Query

:SWEep:PDELay?

Response

:SWEEP:PDELAY 0.0005  (when HEADER ON)
0.0005  (when HEADER OFF)
The point delay interval is set to 0.5 ms.

Note

The point delay setting is common to the interval setting for during interval measurement.

Setting and querying trigger mode ANALYZER

Syntax

Command

:SWEep:TRIGger   <SEQuential/REPeat/STEP>

Query

:SWEep:TRIGger?  

Response

<SEQUENTIAL/REPEAT/STEP>

Parameter

Explanation

Command

Sets the trigger mode of analyzer mode.

SEQuential: Measures all sweep points when one trigger is input.
REPeat: Repeats sweep measurement.
STEP: Measures one of the sweep points when one trigger is input.

Query

Returns the trigger mode of analyzer mode.

Example

Command

:SWEep:TRIGger SEQuential
Sets the trigger mode to sequential.

Query

:SWEep:TRIGger?

Response

:SWEEP:TRIGGER SEQUENTIAL  (when HEADER ON)
SEQUENTIAL  (when HEADER OFF)
The trigger mode is set to sequential.

Note

Setting and querying the screen display timing CONTINUOUS

Syntax

Command

:CONTinuous:DRAW   <REAL/AFTer>

Query

:CONTinuous:DRAW?  

Response

<REAL/AFTER>

Parameter

Explanation

Command

Sets the display update timing of continuous measurement mode.

REAL: Updates display in real time after one measurement finishes.
AFTer: Simultaneously updates all display when all measurements finish.

Query

Returns the setting of the display update timing of continuous measurement mode.

Example

Command

:CONTinuous:DRAW REAL
Sets the display update timing to real-time drawing.

Query

:CONTinuous:DRAW?

Response

:CONTINUOUS:DRAW REAL  (when HEADER ON)
REAL  (when HEADER OFF)
The display update timing is set to real-time drawing.

Note

Setting and querying the cancellation of continuous measurement when the judgment result indicates a failure CONTINUOUS

Syntax

Command

:CONTinuous:ERRor:ABORt   <OFF/ON>

Query

:CONTinuous:ERRor:ABORt?  

Response

<OFF/ON>

Parameter

Explanation

Command

Sets cancellation of the measurement when the judgment function (comparator, BIN function) of the measured panel is valid and the judgment result indicates a failure (HI/ LO/ OUT OF BINS).

OFF: Performs continuous measurement for all panels regardless of the judgment result.
ON: Cancels the continuous measurement when the judgment result indicates a failure.

Query

Returns to the setting for cancelling the measurement when the judgment indicates a failure.

Example

Command

:CONTinuous:ERRor:ABORt ON
Sets for cancelling the continuous measurement when the judgment result indicates a failure.

Query

:CONTinuous:ERRor:ABORt?

Response

:CONTINUOUS:ERROR:ABORT ON  (when HEADER ON)
ON  (when HEADER OFF)
It is set that the continuous measurement is cancelled when the judgment result indicates a failure.

Note

Setting and querying trigger mode CONTINUOUS

Syntax

Command

:CONTinuous:TRIGger   <SEQuential/STEP>

Query

:CONTinuous:TRIGger?  

Response

<SEQuential/STEP>

Parameter

Explanation

Command

Sets the trigger mode in the continuous measurement mode.

SEQuential: Measures all the panels specified for the continuous measurement once for 1 trigger input.
STEP: Measures 1 panel specified as the target of the continuous measurement for 1 trigger input, and then changes to the measurement condition for the next panel.

Query

Returns the trigger mode setting in the analyzer mode.

Example

Command

:CONTinuous:TRIGger STEP
Sets the trigger mode to STEP.

Query

:CONTinuous:TRIGger?

Response

:CONTINUOUS:TRIGGER STEP  (when HEADER ON)
STEP  (when HEADER OFF)
The trigger mode is set to STEP.

Note

Setting and querying the continuous measurement target CONTINUOUS

Syntax

Command

:CONTinuous:EXECution   <Panel No.>, <ON/OFF>

Query

:CONTinuous:EXECution?   <Panel No.>

Response

<ON/OFF>

Parameter

<Panel No.> = 1 to 128 / ALL

Explanation

Command

Sets the panel to be the measurement target in continuous measurement mode.
When ALL is specified for <Panel No.>, ON/OFF is set for all panels.

Query

Returns the setting of the panel to be the measurement target in continuous measurement mode.

Example

Command

:CONTinuous:EXECution 5,ON
Sets panel No. 5 as a measurement target of continuous measurement.

Query

:CONTinuous:EXECution? 5

Response

:CONTINUOUS:EXECUTION ON  (when HEADER ON)
ON  (when HEADER OFF)
Panel No. 5 is set as a measurement target of continuous measurement.

Note

ALL can only be specified for the parameter in the command. It cannot be used in the query.
An execution error occurs if a panel for which continuous measurement can be performed is not saved to the specified panel number. An execution error occurs during continuous measurement.

Panel count targeted for measurement in continuous measurement mode inquiry CONTINUOUS

Syntax

Command

 

Query

:CONTinuous:COUNt?  

Response

<Panel count>

Parameter

<Panel count> = 0 to 32 (NR1)

Explanation

Command

Query

Returns the panel count targeted for measurement in continuous measurement mode.

Example

Command

Query

:CONTinuous:COUNt?

Response

:CONTINUOUS:COUNT 5  (when HEADER ON)
5  (when HEADER OFF)
There are 5 panels targeted for measurement in continuous measurement mode.

Note

Querying measurement data CONTINUOUS

Syntax

Command

 

Query

:MEASure?   <No data/ ALL>

Response

<Measurement value>

Parameter

Explanation

Command

Query

For more detail, refer to "Querying measurement data".

Example

Command

Query

Response

Note

Querying the overall judgment result when continuous measurement CONTINUOUS

Syntax

Command

 

Query

:MEASure:CONTinuous:COMParator?  

Response

<Judgment result>

Parameter

<Judgment result> = 0,1 (NR1)

Explanation

Command

Query

Returns the overall judgment result when continuous measurement.

Example

Command

Query

:MEASure:CONTinuous:COMParator?

Response

:MEASURE:CONTINUOUS:COMPARATOR 1  (when HEADER ON)
1  (when HEADER OFF)
The overall judgment result of continuous measurement is IN.

Note

Querying the judgment results of the extreme values when continuous measurement CONTINUOUS

Syntax

Command

 

Query

:MEASure:CONTinuous:PEAK?   <No data/ ALL>

Response

Parameter

<Judgment result> = 0 to 9 (NR1)
<Segment No.> = 1 to 20 (NR1)

Explanation

Command

Query

Returns the judgment results and measurement data of the extreme values when the peak comparator of the analyzer is included in continuous measurement.
Set the each response content with the :MEASure:VALid command.
The judgment results indicate the positional relationship between the judgment area and peak.
If the peak is within the judgment area (IN), 5 is returned.
When the judgment area setting is OFF or the peak was not detected, the judgment results and measurement data are not returned.
For details on the judgment result values, see the following figure.

In the judgment results, a message terminator or slash (/) is inserted for each single panel.
When :MEASure:CONTinuous:PEAK?: Message terminator
When :MEASure:CONTinuous:PEAK? ALL: Slash (/)

Example

Command

Query

:MEASure:CONTinuous:PEAK?

Response

:MEASURE:CONTINUOUS:PEAK 0,1, 6.6834E+03,Z 9.624701E+03,0,2, 342.77E+03,Z 16.70920E+06,0,3, 113.50E+03,PHASE 178.678,0,4, 19.498E+03,PHASE -177.649,1,0,5, 7.1614E+03,Z 7.041157E+03,0,6, 616.60E+03,Z 16.66869,0,7, 113.50E+03,PHASE 175.120,0,8, 10.839E+03,PHASE -175.726,2,3
0,1, 10.116E+03,Z 4.325751E+03,0,2, 165.96E+03,Z 14.23479E+06,0,3, 37.584E+03,PHASE 177.739,0,4, 12.445E+03,PHASE -175.466,1,5
 (when HEADER ON)
0,1, 6.6834E+03, 9.624701E+03,0,2, 342.77E+03, 16.70920E+06,0,3, 113.50E+03, 178.678,0,4, 19.498E+03,-177.649,1,0,5, 7.1614E+03, 7.041157E+03,0,6, 616.60E+03, 16.66869,0,7, 113.50E+03, 175.120,0,8, 10.839E+03,-175.726,2,3
0,1, 10.116E+03, 4.325751E+03,0,2, 165.96E+03, 14.23479E+06,0,3, 37.584E+03, 177.739,0,4, 12.445E+03,-175.466,1,5
 (when HEADER OFF)
The following shows the judgment results of the peak comparator of continuous measurement.

Note

An execution error occurs if peak comparator measurement is not included in continuous measurement.
An execution error occurs if the peak could not be detected.