Configuration (CONFigure)


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, MEAS, BIN_MEAS, CSV_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
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

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.




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 time axis range 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

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

Example

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

Note

-

Usage
Conditions

-




Sets and queries the auto save division.

Syntax

(Command)

(Query)


:CONFigure:SAVEKind A$

:CONFigure:SAVEKind?

(Response)

A$

A$ = NORMal, DIVide

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

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 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 format for saving waveform Data.

Syntax

(Command)

(Query)


:CONFigure:SAVEWave A$

:CONFigure:SAVEWave?

(Response)

A$

A$ = OFF, BIN, CSV

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

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 time axis range.

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 time axis range to a numerical value (unit seconds).
Returns the currently set value of the time axis range 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 time axis range to a non-permitted value, and there is a range above that value, that range will be selected.

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

-