VDeleteCalibration Statement

Applies To
Vision Calibration

Description
VDeleteCalibration deletes a vision calibration at runtime.

Usage

VDeleteCalibration  CalibrationName
CalibrationName
Name of a calibration or string expression containing a calibration name.

Remarks
Use VDeleteCalibration to delete a vision calibration at runtime. If the calibration does not exist, no error occurs. Use VSave to save vision settings after deleting the calibration.

See Also
VCreateCalibration Statement, VDeleteObject Statement, VDeleteSequence Statement, VSave Statement

Example
VDeleteCalibration "mycal"