Configuration (CONFigure)


Sets and queries the title comment addition for auto save file name.

Syntax

(Command)

(Query)


:CONFigure:ADDComment A$

:CONFigure:ADDComment?

(Response)

A$

A$ = OFF, ON

Details

Sets the title comment addition for auto save file name.
Returns the current setting of the title comment addition for auto save file name.

OFF Do not add title comment(Automatically add numbers)
ON Add title comment

Example

:CONFigure:ADDComment ON
:CONFigure:ADDComment?
(Response)  :CONFIGURE:ADDComment ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the trigger date addition for auto save file name.

Syntax

(Command)

(Query)


:CONFigure:ADDDate A$

:CONFigure:ADDDate?

(Response)

A$

A$ = OFF, ON

Details

Sets the trigger date addition for auto save file name.
Returns the current setting of the trigger date addition for auto save file name.

OFF Do not add trigger date(Automatically add numbers)
ON Add trigger date

Example

:CONFigure:ADDDate ON
:CONFigure:ADDDate?
(Response)  :CONFIGURE:ADDDATE ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the alarm source saving.

Syntax

(Command)

(Query)


:CONFigure:ALMSource A$

:CONFigure:ALMSource?

(Response)

A$

A$ = OFF, ON

Details

Sets the alarm source saving.
Returns the current setting of the alarm source saving.

OFF Do not save alarm source data.
ON Save alarm source data.

Example

:CONFigure:ALMSource ON
:CONFigure:ALMSource?
(Response)  :CONFIGURE:ALMSOURCE ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the auto save function.

Syntax

(Command)

(Query)


:CONFigure:ATSAve A$(,"B$")

:CONFigure:ATSAve?

(Response)

A$(,"B$")

A$ = OFF, BIN, CSV, MF4, MEAS, BIN_MEAS, CSV_MEAS, MF4_MEAS
B$ = file name (up to 8 characters)(can be omitted)

Details

Sets the auto save function. Omit B$ only when A$ = OFF.
Returns the auto save function as character data.

OFF  Waveform Data:No Save   Numerical Calculation Data:No Save
BIN  Waveform Data:Save binary format   Numerical Calculation Data:No Save
CSV  Waveform Data:Save text format   Numerical Calculation Data:No Save
MF4  Waveform Data:Save MF4 format   Numerical Calculation Data:No Save
MEAS  Waveform Data:No Save   Numerical Calculation Data:Save text format
BIN_MEAS  Waveform Data:Save binary format   Numerical Calculation Data:Save text format
CSV_MEAS  Waveform Data:Save text format   Numerical Calculation Data:Save text format
MF4_MEAS  Waveform Data:Save MF4 format   Numerical Calculation Data:Save text format

Example

:CONFigure:ATSAve BIN,"AUTO"
:CONFigure:ATSAve?
(Response)  :CONFIGURE:ATSAVE BIN,"AUTO"  (when headers are enabled)

Note

Waveform data save format can be set by :SAVEWave command.
Numerical calculation data save format can be set by :SAVECalc command.
File name can be set by :FILEName command.
The characters that can be used in the file name are the same as those of the main unit.

Usage
Conditions

-




Sets and queries the folder Splitting for auto save.

Syntax

(Command)

(Query)


:CONFigure:AUTOFolder A$

:CONFigure:AUTOFolder?

(Response)

A$

A$ = OFF, DAY, WEEK, MONTH

Details

Sets folder Splitting for auto save.
Returns the current setting of the folder Splitting for auto save.

OFF No Splitting
DAY 1 Day
WEEK 1 Week
MONTH 1 Month

Example

:CONFigure:AUTOFolder DAY
:CONFigure:AUTOFolder?
(Response)  :CONFIGURE:AUTOFOLDER DAY  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the file name for auto save.

Syntax

(Command)

(Query)


:CONFigure:FILEName "A$"

:CONFigure:FILEName?

(Response)

"A$"

A$ = file name (up to 8 characters)

Details

Sets file name for auto save.
Returns a string of file name for auto save.

Example

:CONFigure:FILEName "ABC"
:CONFigure:FILEName?
(Response)  :CONFIGURE:FILENAME "ABC"  (when headers are enabled)

Note

File name can be set by :ATSAve command.
Characters exceeding the maximum number of characters are not set.
The characters that can be used in the file name are the same as those of the main unit.

Usage
Conditions

The auto save function setting must be set to something other than OFF.




Execute the Setting conditions file load and queries the result.

Syntax

(Query)



:CONFigure:LOAD? A,B

(Response)

C<NR1>

A = 1 to 5
B = 0 to 3(Load option number)
C = 0(PASS),1(FAIL)

Details

Execute the Setting conditions file load on the ROM and queries the result.
The type of settings to load setting on the specified load option number.

Load option
B=0  Wired unit information
B=1  Wired unit information + System,External
B=2  Wired unit information + Wireless unit information
B=3  Wired unit information + System,External + Wireless unit information

Example

:CONFigure:LOAD? 1,1
(Response)  :CONFIGURE:LOAD 0  (when headers are enabled)

Note

The configuration condition file cannot be imported during measurement.

Usage
Conditions

-




Sets and queries the number display format.

Syntax

(Command)

(Query)


:CONFigure:NUMFormat A$

:CONFigure:NUMFormat?

(Response)

A$

A$ = STANDARD, DECIMAL, EXPONENT, PREFIX

Details

Sets the number display format.
Returns the current setting of the number display format.

STANDARD Standard
DECIMAL Decimal
EXPONENT Exponent
PREFIX Prefix

Example

:CONFigure:NUMFormat STANDARD
:CONFigure:NUMFormat?
(Response)  :CONFIGURE:NUMFORMAT STANDARD  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the recording time.

Syntax

(Command)

(Query)


:CONFigure:RECTime day,hour,min,sec

:CONFigure:RECTime?

(Response)

day<NR1>,hour<NR1>,min<NR1>,sec<NR1>

day = 0 to 500 (day)
hour = 0 to 23 (hour)
min = 0 to 59 (min)
sec = 0 to 59 (sec)

Details

Sets the recording time to a numerical value.
Returns the currently set value of the recording time as an NR1 numerical value.

If all parameters are 0, the recording time is continuous.

Example

:CONFigure:RECTime 0,0,0,10
:CONFigure:RECTime?
(Response)  :CONFIGURE:RECTIME 0,0,0,10  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the recording interval.

Syntax

(Command)

(Query)


:CONFigure:SAMPle A

:CONFigure:SAMPle?

(Response)

A<NR3> (1 decimal places)

A = 1.0E-3 to 3.6E+3 (sec)

Details

Sets the recording interval to a numerical value (unit seconds).
Returns the currently set value of the recording interval as an NR3 numerical value.

Example

:CONFigure:SAMPle 1E-2
:CONFigure:SAMPle?
(Response)  :CONFIGURE:SAMPLE 1.0E-02  (when headers are enabled)

Note

If an attempt is made to set the horizontal axis to a non-permitted value, and there is a range above that value, that range will be selected.

Usage
Conditions

-




Sets and queries the format for saving mathematical results.

Syntax

(Command)

(Query)


:CONFigure:SAVECalc A$

:CONFigure:SAVECalc?

(Response)

A$

A$ = OFF, CSV

Details

Sets the format for saving mathematical results by the auto save function.
Returns the current setting of the format for saving mathematical results.

OFF No Save
CSV Save text format

Example

:CONFigure:SAVECalc CSV
:CONFigure:SAVECalc?
(Response)  :CONFIGURE:SAVECALC CSV  (when headers are enabled)

Note

Numerical calculation data save format can be set by :ATSAve command.

Usage
Conditions

-




Sets and queries the text save decimal.

Syntax

(Command)

(Query)


:CONFigure:SAVEDeci A$

:CONFigure:SAVEDeci?

(Response)

A$

A$ = PERIOD, COMMA

Details

Sets the text save decimal when data is stored in text format by the auto save function.
Returns the current setting of the text save decimal as character data.

PERIOD Use Period
COMMA Use Comma

Example

:CONFigure:SAVEDeci PERIOD
:CONFigure:SAVEDeci?
(Response)  :CONFIGURE:SAVEDECI PERIOD  (when headers are enabled)

Note

When save separator is COMMA, save decimal cannot be set to COMMA.

Usage
Conditions

-




Sets and queries the text save date format.

Syntax

(Command)

(Query)


:CONFigure:SAVEFormat A$

:CONFigure:SAVEFormat?

(Response)

A$

A$ = COMMENT, SPLITMS, LOCALCOMMENT, LOCALSPLITMS

Details

Sets the text save date format when data is stored in text format by the auto save function.
Returns the current setting of the text save date format as character data.

COMMENT yy-MM-dd hh:mm:ss.0
SPLITMS yyyy-MM-dd hh:mm:ss + ms
LOCALCOMMENT Localized COMMENT
LOCALSPLITMS Localized SPLITMS

Example

:CONFigure:SAVEFormat COMMENT
:CONFigure:SAVEFormat?
(Response)  :CONFIGURE:SAVEFORMAT COMMENT  (when headers are enabled)

Note

LOCALCOMMENT, LOCALSPLITMS can only be specified if MMDDYYYY, DDMMYYYY is specified in :SYSTem:DFORmat
or SLASH, PERIOD is specified in :SYSTem:DSEParator.

Usage
Conditions

-




Sets and queries the auto save division.

Syntax

(Command)

(Query)


:CONFigure:SAVEKind A$

:CONFigure:SAVEKind?

(Response)

A$

A$ = NORMal, DIVide,REGUlarly

Details

Sets the auto save division when data is stored by the auto save function.
Returns the current setting of the realtime save division as character data.

NORMal Disable
DIVide Enable
REGUlarly Fix Time

Example

:CONFigure:SAVEKind NORMal
:CONFigure:SAVEKind?
(Response)  :CONFIGURE:SAVEKIND NORMAL  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the realtime save division length.

Syntax

(Command)

(Query)


:CONFigure:SAVELen day,hour,min

:CONFigure:SAVELen?

(Response)

day<NR1>,hour<NR1>,min<NR1>

day = 0 to 30 (day)
hour = 0 to 23 (hour)
min = 0 to 59 (min)

Details

Sets the auto save division length to a numerical value.
Returns the currently set value of the realtime save division length as an NR1 numerical value.

Example

:CONFigure:SAVELen 0,0,10
:CONFigure:SAVELen?
(Response)  :CONFIGURE:SAVELEN 0,0,10  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the realtime save mode.

Syntax

(Command)

(Query)


:CONFigure:SAVEMode A$

:CONFigure:SAVEMode?

(Response)

A$

A$ = FILEfull, REMove

Details

Sets the realtime save mode when data is stored by the auto save function.
Returns the current setting of the auto save mode as character data.

FILEfull OFF:If a media becomes full auto save is ended.
REMove ON :If a media becomes full remove oldest data file before saving.

Example

:CONFigure:SAVEMode FILEfull
:CONFigure:SAVEMode?
(Response)  :CONFIGURE:SAVEMODE FILEFULL  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the realtime save priority.

Syntax

(Command)

(Query)


:CONFigure:SAVEPri A$

:CONFigure:SAVEPri?

(Response)

A$

A$ = SD, USB

Details

Sets the realtime save priority when data is stored by the auto save function.
Returns the current setting of the realtime save priority as character data.

SD SD Memory Card
USB USB flash drive

Example

:CONFigure:SAVEPri SD
:CONFigure:SAVEPri?
(Response)  :CONFIGURE:SAVEPRI SD  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the reference time for autosave file splitting

Syntax

(Command)

(Query)


:CONFigure:SAVEReg hour,min

:CONFigure:SAVEReg?

(Response)

hour<NR1>,min<NR1>

hour = 0 to 23 (hour)
min = 0 to 59 (min)

Details

Set the reference time of the autosave file splitting function.
Returns the setting for the current autosave file split as a NR1 number.

Example

:CONFigure:SAVEReg 0,0
:CONFigure:SAVEReg?
(Response)  :CONFIGURE:SAVEREG 0,0  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the text save separator.

Syntax

(Command)

(Query)


:CONFigure:SAVESep A$

:CONFigure:SAVESep?

(Response)

A$

A$ = COMMA, SPACE, TAB, SEMI

Details

Sets the text save separator when data is stored in text format by the auto save function.
Returns the current setting of the text save separator as character data.

COMMA Use Comma
SPACE Use Space
TAB Use Tab
SEMI Use Semicolon

Example

:CONFigure:SAVESep COMMA
:CONFigure:SAVESep?
(Response)  :CONFIGURE:SAVESEP COMMA  (when headers are enabled)

Note

When save decimal is COMMA, save separator cannot be set to COMMA.

Usage
Conditions

-




Sets and queries the split time for autosave file splits

Syntax

(Command)

(Query)


:CONFigure:SAVETime A

:CONFigure:SAVETime?

(Response)

A<NR1>

A = 1,2,5,10,15,20,30,60(1hour),120(2hour),180(3hour),240(4hour),360(6hour),480(8hour),720(12hour),1440(1day) (unit min)

Details

Sets the split time for autosave file splits as a numeric value.
Returns the current split time of the autosave file split as an NR1 number.

Example

:CONFigure:SAVETime 1
:CONFigure:SAVETime?
(Response)  :CONFIGURE:SAVETIME 1  (when headers are enabled)

Note

If you specify a value that is not in the setting, it will be set to the nearest split time if there is a longer split time than the value you tried to set.

Usage
Conditions

-




Sets and queries the format for saving waveform Data.

Syntax

(Command)

(Query)


:CONFigure:SAVEWave A$

:CONFigure:SAVEWave?

(Response)

A$

A$ = OFF, BIN, CSV, MF4

Details

Sets the format for saving waveform data by the auto save function.
Returns the current setting of the format for saving waveform data.

OFF No Save
BIN Save binary format
CSV Save text format
MF4 MF4 format

Example

:CONFigure:SAVEWave BIN
:CONFigure:SAVEWave?
(Response)  :CONFIGURE:SAVEWAVE BIN  (when headers are enabled)

Note

Waveform data save format can be set by :ATSAve command.

Usage
Conditions

-




Sets and queries the measurement start.

Syntax

(Command)

(Query)


:CONFigure:STARt A$

:CONFigure:STARt?

(Response)

A$

A$ = MANUAL, TIME

Details

Sets the measurement start.
Returns the current setting of measurement start.

 
MANUAL Unreserved
TIME Reservation time

Example

:CONFigure:STARt MANUAL
:CONFigure:STARt?
(Response)  :CONFIGURE:START MANUAL  (when headers are enabled)

Note

The measurement start cannot be setted during measurement.

Usage
Conditions

-




Sets and queries the measurement start time.

Syntax

(Command)

(Query)


:CONFigure:STARTTime year,month,day,hour,minute

:CONFigure:STARTTime?

(Response)

year<NR1>,month<NR1>,day<NR1>hour<NR1>,minute<NR1>


year = 21~37 (year)
month = 1~12 (month)
day = 1~31 (day)
hour = 0~23(hour)
minute = 0~59(minute)

Details

Sets the measurement start.
Returns the current setting of measurement start time.

Example

:CONFigure:STARTTime 21,1,2,12,34
:CONFigure:STARTTime?
(Response)  :CONFIGURE:STARTTIME 21,1,2,12,34  (when headers are enabled)

Note

The measurement start time cannot be setted during measurement.
The measurement start time cannot be set to a time later than the measurement stop time.

Usage
Conditions

-




Sets and queries the measurement stop.

Syntax

(Command)

(Query)


:CONFigure:STOP A$

:CONFigure:STOP?

(Response)

A$

A$ = MANUAL, TIME

Details

Sets the measurement stop.
Returns the current setting of measurement stop.

 
MANUAL Unreserved
TIME Reservation time

Example

:CONFigure:STOP MANUAL
:CONFigure:STOP?
(Response)  :CONFIGURE:STOP MANUAL  (when headers are enabled)

Note

The measurement stop cannot be setted during measurement.

Usage
Conditions

-




Sets and queries the measurement stop time.

Syntax

(Command)

(Query)


:CONFigure:STOPTime year,month,day,hour,minute

:CONFigure:STOPTime?

(Response)

year<NR1>,month<NR1>,day<NR1>hour<NR1>,minute<NR1>


year = 21~37 (year)
month = 1~12 (month)
day = 1~31 (day)
hour = 0~23(hour)
minute = 0~59(minute)

Details

Sets the measurement stop.
Returns the current setting of measurement stop time.

Example

:CONFigure:STOPTime 21,1,2,12,34
:CONFigure:STOPTime?
(Response)  :CONFIGURE:STOPTIME 21,1,2,12,34  (when headers are enabled)

Note

The measurement stop time cannot be setted during measurement.
The measurement stop time cannot be set to a time earlier than the measurement start time.

Usage
Conditions

-




Sets and queries the synchronous operation.

Syntax

(Command)

(Query)


:CONFigure:SYNCSet A$

:CONFigure:SYNCSet?

(Response)

A$

A$ = OFF, PRIMary, SECondary

Details

Sets the Primary, Secondary, and off for synchronous operation.
Returns the current setting of the synchronous operation.

OFF Do not perform synchronous operation
PRIMary Primary
SECondary Secondary

Example

:CONFigure:SYNCSet PRIMary
:CONFigure:SYNCSet?
(Response)  :CONFIGURE:SYNCSET PRIMARY  (when headers are enabled)

Note

Synchronous operation cannot be set during monitoring or measurement.

Usage
Conditions

-




Sets and queries the horizontal axis.

Syntax

(Command)

(Query)


:CONFigure:TDIV A

:CONFigure:TDIV?

(Response)

A<NR3> (2 decimal places)

A = 2.00E-03 to 8.64E+04 (sec)

Details

Sets the horizontal axis to a numerical value (unit seconds).
Returns the currently set value of the horizontal axis as an NR3 numerical value.

Example

:CONFigure:TDIV 1E-01
:CONFigure:TDIV?
(Response)  :CONFIGURE:TDIV 1.00E-01  (when headers are enabled)

Note

If an attempt is made to set the horizontal axis to a non-permitted value, and there is a range above that value, that range will be selected.

Usage
Conditions

-




Sets and queries the downsampling type for auto save

Syntax

(Command)

(Query)


:CONFigure:THINData A$

:CONFigure:THINData?

(Response)

A$

A$ = INSTANT, STATISTICS

Details

Sets the downsampling type for auto save
Returns the downsampling type for auto save

INSTANT Instant value
STATISTICS Statistics value

Example

:CONFigure:THINData INSTANT
:CONFigure:THINData?
(Response)  :CONFIGURE:THINDATA INSTANT  (when headers are enabled)

Note

-

Usage
Conditions




Sets and queries the decimation factor for auto save.

Syntax

(Command)

(Query)


:CONFigure:THINOut A

:CONFigure:THINOut?

(Response)

A<NR1>

A = 1(OFF) to 100000

Details

Sets the decimation factor for auto save.
Returns the currently set value of the decimation factor as an NR1 numerical value.

If A=1, downsampling is off.

Example

:CONFigure:THINOut 1000
:CONFigure:THINOut?
(Response)  :CONFIGURE:THINOUT 1000  (when headers are enabled)

Note

-

Usage
Conditions

-