Write/Read
About Cal All

UserCalsetPrefix Property


Description

Sets and returns the prefix to be used when saving User Cal Sets that result from the Cal All session. The Meas Class and channel number are appended to this prefix for each calibrated channel.

Use GeneratedCalsets to read the saved cal set names.

If a Cal Set prefix is NOT set, the cal data for each channel will be saved only to cal registers.

 VB Syntax

calAll.UserCalsetPrefix = prefix

Variable

(Type) - Description

calAll

A CalibrateAlChannels (object)

prefix

(String) User CalSet prefix.

Return Type

String

Default

Not Applicable

Examples

calAll.UserCalsetPrefix = "MyCalSet" 'Set

csPrefix = calAll.UserCalsetPrefix 'Returns the CalSet prefix

C++ Syntax

HRESULT get_UserCalsetPrefix (BSTR calsetPrefix);

HRESULT put_UserCalsetPrefix (BSTR* calsetPrefix);

Interface

ICalibrateAllChannels


Last modified:

4-Jan-2012

New topic