CalStandard Object


Description

Contains all of the settings that are required to modify a calibration standard.

For more information, read Specifying Calibration Standards and Kits for Keysight Vector Network Analyzers (Application Note 1287-11)

Accessing the CalStandard object

Get a handle to a standard with the calkit.GetCalStandard Method.

Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)

Dim std As ICalStandard
Set std = app.ActiveCalKit.GetCalStandard(1)
std.Delay = 0.00000003

See Also:

Methods

 

 

None

 

 

Properties

Interface

See History

Description

C0

ICalStandard

Sets and Returns the C0 (C-zero) value (the first capacitance value) for the calibration standard, when the Type is set to "naOpen".

C1

ICalStandard

Sets and Returns the C1 value (the second capacitance value) for the calibration standard, when the Type is set to "naOpen".

C2

ICalStandard

Sets and Returns the C2 value (the third capacitance value) for the calibration standard, when the Type is set to "naOpen".

C3

ICalStandard

Sets and Returns the C3 value (the fourth capacitance value) for the calibration standard, when the Type is set to "naOpen".

Delay

ICalStandard

Sets and Returns the electrical delay value for the calibration standard.

L0

ICalStandard

Sets and Returns the L0 (L-zero) value (the first inductance value) for the calibration standard, when the Type is set to "naShort".

L1

ICalStandard

Sets and Returns the L1 value (the second inductance value) for the calibration standard, when the Type is set to "naShort"..

L2

ICalStandard

Sets and Returns the L2 value (the third inductance value) for the calibration standard, when the Type is set to "naShort"..

L3

ICalStandard

Sets and Returns the L3 value (the third inductance value) for the calibration standard, when the Type is set to "naShort"..

Label

ICalStandard

Sets and Returns the label for the calibration standard.

loss

ICalStandard

Sets and Returns the insertion loss for the calibration standard.

Maximum
Frequency

ICalStandard

Sets and Returns the maximum frequency for the calibration standard.

Medium

ICalStandard

Sets and Returns the media type of the calibration standard.

Minimum
Frequency

ICalStandard

Sets and Returns the minumum frequency for the calibration standard.

Type

ICalStandard

Sets and Returns the type of calibration standard. Selections are: naOpen, naShort, naLoad, naThru, naArbitraryImpedance and naSliding.

TZReal

ICalStandard2

Sets and Returns the TZReal value (the Real Terminal Impedance value) for the calibration standard, when the Type is set to "naArbitraryImpedance".

TZImag

ICalStandard2

Sets and Returns the TZImag value (the Imaginary Terminal Impedance value) for the calibration standard, when the Type is set to "naArbitraryImpedance".

Z0

ICalStandard

Sets and Returns the characteristic impedance for the calibration standard.

 

ICalStandard History

Interface

Introduced with PNA Rev:

CalStandard

1.0

CalStandard2

3.0