RESErve Commands (Reservation)


Set or query the measurement conditions for Reservation.


Syntax


(Command)
(Query)


:RESErve:CONDition NO$,A$
:RESErve:CONDition? NO$

(Response)

NO$,A$
NO$:NO1 to NO10
A$:NOW, LIST1 to LIST10


Details


Sets the measurement conditions for measurement reservation specified by NO$.
Returns the measurement conditions for measurement reservation specified by NO$ as a character string.

NOW  Current condition
LIST1 to LIST10  Save No.1 to Save No.10


Example


:RESErve:CONDition NO1,NOW
:RESErve:CONDition? NO1
(Response)  :RESERVE:CONDITION NO1,NOW  (when headers are enabled)


Note


-


Usage
Conditions


All functions




Set or query the type of Reservation.


Syntax


(Command)
(Query)


:RESErve:KIND NO$,A$
:RESErve:KIND? NO$

(Response)

NO$,A$
NO$:NO1 to NO10
A$:OFF, SPECify, REGUlar


Details


Sets Reservation specified by NO$.
Returns the type of Reservation specified by NO$ as a character string.

OFF
Not use the schedule.
SPECify
Specified date: Specify start/stop date and start/stop time.
REGUlar
Specify a day (days) of week and start/stop time to set the schedule.


Example


:RESErve:KIND NO1,SPECify
:RESErve:KIND? NO1
(Response)  :RESERVE:KIND NO1,SPECIFY  (when headers are enabled)


Note


-


Usage
Conditions


All functions




Set or query the scheduled start day of the week. (for Periodic measurement)


Syntax


(Command)
(Query)


:RESErve:REGUlar NO$,A$
:RESErve:REGUlar? NO$

(Response)

NO$,A$
NO$:NO1 to NO10
A$:EVE, M_F, M_S, SUN, MON, TUE, WED, THU, FRI, SAT


Details


Sets the start day of the week specified by NO$.
Returns the start day of the week specified by NO$ as a character string.

EVE  Every day
M_F  Monday to Friday
M_S  Monday to Saturday
SUN  Sunday
MON  Monday
TUE  Tuesday
WED  Wednesday
THU  Thursday
FRI  Friday
SAT  Saturday


Example


:RESErve:REGUlar NO1,EVE
:RESErve:REGUlar? NO1
(Response)  :RESERVE:REGULAR NO1,EVE  (when headers are enabled)


Note


-


Usage
Conditions


All functions




Set or query the scheduled start date. (for Measurement on Specified Date)


Syntax


(Command)
(Query)


:RESErve:STARTDate NO$,year,month,day
:RESErve:STARTDate? NO$

(Response)

NO$,year,month,day<NR1>
NO$:NO1 to NO10
year<NR1>:0 to 99
month<NR1>:1 to 12
day<NR1>:1 to 31


Details


Sets the start date specified by NO$.
Returns the start date specified by NO$ as a character string.


Example


:RESErve:STARTDate NO1,10,12,16
:RESErve:STARTDate? NO1
(Response)  :RESERVE:STARTDATE NO1,10,12,16  (when headers are enabled)


Note


-


Usage
Conditions


All functions




Set or query the scheduled start time.


Syntax


(Command)
(Query)


:RESErve:STARTTime NO$,hour,min
:RESErve:STARTTime? NO$

(Response)

NO$,hour,min<NR1>
NO$:NO1 to NO10
hour<NR1>:0 to 23
min<NR1>:0 to 59


Details


Sets the start time specified by NO$.
Query the scheduled start time specified by NO$ as a character string.


Example


:RESErve:STARTTime NO1,9,30
:RESErve:STARTTime? NO1
(Response)  :RESERVE:STARTTIME NO1,9,30  (when headers are enabled)


Note


-


Usage
Conditions


All functions




Set or query the scheduled stop date. (for Measurement on Specified Date)


Syntax


(Command)
(Query)


:RESErve:STOPDate NO$,year,month,day
:RESErve:STOPDate? NO$

(Response)

NO$,year,month,day<NR1>
NO$:NO1 to NO10
year<NR1>:0 to 99
month<NR1>:1 to 12
day<NR1>:1 to 31


Details


Sets the stop date specified by NO$.
Returns the stop date specified by NO$ as a character string.


Example


:RESErve:STOPDate NO1,10,12,18
:RESErve:STOPDate? NO1
(Response)  :RESERVE:STOPDATE NO1,10,12,18  (when headers are enabled)


Note


-


Usage
Conditions


All functions




Set or query the scheduled stop time.


Syntax


(Command)
(Query)


:RESErve:STOPTime NO$,hour,min
:RESErve:STOPTime? NO$

(Response)

NO$,hour,min<NR1>
NO$:NO1 to NO10
hour<NR1>:0 to 23
min<NR1>:0 to 59


Details


Sets the stop time specified by NO$.
Query the scheduled stop time specified by NO$ as a character string.


Example


:RESErve:STOPTime NO1,17,30
:RESErve:STOPTime? NO1
(Response)  :RESERVE:STOPTIME NO1,17,30  (when headers are enabled)


Note


-


Usage
Conditions


All functions




Set or query enable or disable Reservation.


Syntax


(Command)
(Query)


:RESErve:SWITch NO$,A$
:RESErve:SWITch? NO$

(Response)

A$
NO$:NO1 to NO10
A$:ON, OFF


Details


Enables or disables Reservation specified by NO$.
Returns enable or disable Reservation specified by NO$ as a character string.


Example


:RESERVE:SWITch NO1,ON
:RESErve:SWITch? NO1
(Response)  :RESERVE:SWITCH NO1,ON  (when headers are enabled)


Note


-


Usage
Conditions


All functions