R&S PR100 User Manual
SYSTem
. :DATE <year>, <month>, <day>
Sets the current date for the device
Parameters:
<year> integer number in the range [2000-2099]
<month> integer number in the range [1,12] (1 = January, 12 =
December)
<day> integer number in the range [1,31]
Error:
In case the date is invalid, an execution error -200,"Execution error" is
generated.
*RST state:
The date is maintained after reset
Example:
SYSTem:DATE 2008, 12, 21
SYSTem
. :DATE?
Query the current date of the device
Parameter:
none
Result:
<year>, <month>, <day> (see SYST:DATE)
Example:
SYSTem:DATE? -> 2008, 12, 21