Pstat.SetCalDate()
Pstat.SetCalDate()
Type: INSTANCE FUNCTION
Purpose: Pstat.SetCalDate is used to write the calibration date to either the GAMRY5.INI file for PCI4 family instruments, or to non-volatile memory in PC5 family instruments.
In general, this function should only be used by the calibration scripts.
Usage: CalDateSet = Pstat.SetCalDate (Type, Date)
Type | INDEX |
Type of calibration 0 = DC Calibration Date 1 = AC Calibration Date |
|
Date | STRING | Date to write. | |
CalDateSet | STRING | The value written. |
Comments are closed.