予約機能 (RESErve)(V2.0以降) 工事中

 

コマンド

データ
(クエリの場合は応答データ)

動作

:CONDition no$,A$

no$ = NO1~NO10
A$ = NOW, LIST1~LIST5

測定予約の測定条件の設定と問い合わせ

:CONDition? no$

no$,A$

:KIND no$,A$

no$ = NO1~NO10
A$ = OFF, SPECify, REGUlar

測定予約の種類の設定と問い合わせ

:KIND? no$

no$,A$

:REGUlar no$,A$

no$ = NO1~NO10
A$ = EVE, M_F, M_S, SUN, MON, TUE, WED, THU, FRI, SAT

測定予約の開始曜日(定期)の設定と問い合わせ

:REGUlar? no$

no$,A$

:STARTDate no$,year,month,day

no$ = NO1~NO10
year = 0~99(年)
month = 1~12(月)
day = 1~31(日)

測定予約の開始日(指定日)の設定と問い合わせ

:STARTDate? no$

no$,year<NR1>,month<NR1>,day<NR1>

:STARTTime no$,hour,min

no$ = NO1~NO10
hour = 0~23(時)
min = 0~59(分)

測定予約の開始時間の設定と問い合わせ

:STARTTime? no$

no$,hour<NR1>,min<NR1>

:STOPDate no$,year,month,day

no$ = NO1~NO10
year = 0~99(年)
month = 1~12(月)
day = 1~31(日)

測定予約の停止日(定期)の設定と問い合わせ

:STOPDate? no$

no$,year<NR1>,month<NR1>,day<NR1>

:STOPTime no$,hour,min

no$ = NO1~NO10
hour = 0~23(時)
min = 0~59(分)

測定予約の停止時間の設定と問い合わせ

:STOPTime? no$

no$,hour<NR1>,min<NR1>

:SWITch no$,A$

no$ = NO1~NO10
A$ = OFF, ON

測定予約の有効/無効の設定と問い合わせ

:SWITch? no$

no$,A$