SYSTem:SERVice:PVERify Commands
Controls and queries settings for editing the Instrument Calibration Verification field on the Help About dialog. Learn more.
SYSTem:SERVice:PVERify
|
Click on a keyword to view the command details.
See Also
SYSTem:SERVice:PVERify:INTerval <days>,<mod>
(Read-Write) Sets and reads the interval between Instrument Calibrations. One year (365 days) is recommended. |
|
Parameters |
|
<days> |
(Integer) Interval in days. |
<mod> |
(Integer) Slot number in which the module resides. |
Examples |
'Set 1 year interval SYST:SERV:PVER:INT 365,1 |
Query Syntax |
SYSTem:SERVice:PVERify:INTerval? <mod> |
Return Type |
Numeric |
0 |
SYSTem:SERVice:PVERify:LAST <date>,<mod>
(Read-Write) Sets and reads the date of the last Instrument Calibration. |
|
Parameters |
|
<date> |
Date in the form: yyyy,mm,dd |
<mod> |
(Integer) Slot number in which the module resides. |
Examples |
'The following sets the date of the last calibration for the module in slot 1 to July 19, 2014 SYST:SERV:PVER:LAST 2014,07,19,1 The following reads the previous setting SYST:SERV:PVER:LAST? 1 '2014,7,9 |
Query Syntax |
SYSTem:SERVice:PVERify:LAST? <mod> |
Return Type |
Comma-separated integers |
0,0,0 (not set) |
SYSTem:SERVice:PVERify:NEXT? <mod>
(Read-only) Reads the due date of the next Instrument Calibration. |
|
Parameters |
|
<mod> |
(Integer) Slot number in which the module resides. |
Examples |
SYST:SERV:PVER:NEXT? 1 'returns: 2015,7,9 |
Return Type |
Numeric in the form: yyyy,mm,dd |
Not Applicable |