Write-only
About Cal Sets

SaveCalSets Method  Superseded


Description

This command is replaced by ICalSet::Save which saves the data for only the current Cal Set to the disk.

Writes new or changed Cal Sets to disk. All Cal Sets are saved in a single file. This file is updated at the following times:

  • When a Cal Set has been deleted.

  • When a calibration has been performed through the front panel interface.

  • When this method is called.

  • When ICalSet::Save is called.

Learn more about reading and writing Cal data using COM

 VB Syntax

object.SaveCalSets

Variable

(Type) - Description

object

(object) - A CalManager object or a Calibrator object

Return Type

None

Default

Not Applicable

Example

calMgr.SaveCalSets

C++ Syntax

HRESULT SaveCalSets( );

Interface

ICalManager
ICalibrator