Write/Read
About Modifying Cal Kits

C1 Property


Description

Sets and Returns the C1 value (the second capacitance value) for the calibration standard.

To set the other capacitance values, use C0, C2, C3.

 VB Syntax

calstd.C1 = value

Variable

(Type) - Description

calstd

A CalStandard (object). Use calKit.GetCalStandard to get a handle to the standard.

value

(single) - Value for C1.

Return Type

Single

Default

Not Applicable

Examples

calstd.C1 = 15 'Write the value of C1.

cap1 = calstd.C1 'Read the value of C1.

C++ Syntax

HRESULT get_C1(float *pVal)
HRESULT put_C1(float newVal)

Interface

ICalStandard