Digital Communications Interface 6
Commands
FORMat:TDST:STATe?
Returns the time and date stamp enable for the FETC?, MEAS?, and READ? commands. Example: FORM:TDST:STAT?
Response: 0
A value of 1 is returned if the time and date stamp is enabled. A value of 0 is returned if the time and date stamp is disabled.
FORMat:TDST:STATe <bool>
Sets the time and date stamp enable for the FETC?, MEAS?, and READ? commands. Example: FORM:TDST:STAT 1
The <bool> parameter turns the time and date stamp enable on (1 or ON) or off (0 or OFF).
MEASure? [<chn>]
Returns a comma delimited list of the most recent measurements for the specified channel or for both channels.
Example: MEAS? 1
Example 1: MEAS? 1
Response: 25.576,29.30 or
Response: 1,1,25.629,C,29.32,%,2003,9,16,11,2,38
Example 2: MEAS?
Response: 25.582,29.32,26.341,37.96 or
Response: 1,1,25.629,C,29.29,%,2,0,C,0,%,2003,9,16,11,1,42 This command is equivalent to the FETC? command.
READ? [<chn>]
Returns a comma delimited list of the most recent measurements for the specified channel or for both channels.
Example 1: READ? 1
Response: 25.576,29.30 or
Response: 1,1,25.629,C,29.32,%,2003,9,16,11,2,38
Example 2: READ?
Response: 25.582,29.32,26.341,37.96 or
Response: 1,1,25.629,C,29.29,%,2,0,C,0,%,2003,9,16,11,1,42 This command is equivalent to the FETC? command.