DATA:FORM
Sets the response format (type of measured data and order) to be used when referencing data in the data logger.
Command
DATA:FORMat <item>[,<item>,<item>,<item>,<item>,<item>]
DATA:FORMat?
Parameter <item>
You can specify between 1 and 6 items.
Value1 | CURRent | Sets the response format to current value (A) |
---|---|---|
VOLTage | Sets the response format to voltage value (V) | |
POWer | Sets the response format to power value (W) | |
ETIMe | Sets the response format to elapsed time (s) | |
CAPacity | Sets the response format to current capacity value (Ah) | |
ENERgy | Sets the response format to power capacity value (Wh) | |
*RST transmission | CURR,VOL,POW |
1: You cannot specify the same setting value 2 or more times.
Example
If DATA:FORM VOLT,CURR,ETIM is specified and DATA:R? is used to query measured data, the response is expressed in the following order: voltage, current, elapsed time.
Response
Returns the response format in character format in response to the DATA:FORM? quiry.