SYSTem:DATE

SYSTem:DATE

December 3, 2008

GPIB Command Conventions

SYSTem:DATE

Function

Sets/queries the date.

Setting

Range:

  • <year> 2000 to 2099
  • <month> 1 to 12 (the number 1 corresponds to January)
  • <day> 1 to the number of days in the month specified by the <month> parameter

Query

Range:

  • <year> 2000 to 2099
  • <month> 1 to 12 (the number 1 corresponds to January)
  • <day> 1 to the number of days in the month specified by the <month> parameter

*RST Setting

This feature is not affected by instrument preset

Requirements

GSM/GPRS/EGPRS TA Revision: A.01 and above

GSM/GPRS/EGPRS LA Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SYSTEM:DATE 2001,9,27" !Sets the date to September 27,2001.
 
OUTPUT 714;"SYSTEM:DATE? 
! Returns "+2001,+9,+27" if the date has been set to September 27,2001.

Related Topics


SYSTem:UTC:DATE