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)
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
Methods |
|
|
---|---|---|
None |
|
|
Properties |
Interface |
Description |
ICalStandard |
Sets and Returns the C0 (C-zero) value (the first capacitance value) for the calibration standard, when the Type is set to "naOpen". |
|
ICalStandard |
Sets and Returns the C1 value (the second capacitance value) for the calibration standard, when the Type is set to "naOpen". |
|
ICalStandard |
Sets and Returns the C2 value (the third capacitance value) for the calibration standard, when the Type is set to "naOpen". |
|
ICalStandard |
Sets and Returns the C3 value (the fourth capacitance value) for the calibration standard, when the Type is set to "naOpen". |
|
ICalStandard |
Sets and Returns the electrical delay value for the calibration standard. |
|
ICalStandard |
Sets and Returns the L0 (L-zero) value (the first inductance value) for the calibration standard, when the Type is set to "naShort". |
|
ICalStandard |
Sets and Returns the L1 value (the second inductance value) for the calibration standard, when the Type is set to "naShort".. |
|
ICalStandard |
Sets and Returns the L2 value (the third inductance value) for the calibration standard, when the Type is set to "naShort".. |
|
ICalStandard |
Sets and Returns the L3 value (the third inductance value) for the calibration standard, when the Type is set to "naShort".. |
|
ICalStandard |
Sets and Returns the label for the calibration standard. |
|
ICalStandard |
Sets and Returns the insertion loss for the calibration standard. |
|
ICalStandard |
Sets and Returns the maximum frequency for the calibration standard. |
|
ICalStandard |
Sets and Returns the media type of the calibration standard. |
|
ICalStandard |
Sets and Returns the minumum frequency for the calibration standard. |
|
ICalStandard |
Sets and Returns the type of calibration standard. Selections are: naOpen, naShort, naLoad, naThru, naArbitraryImpedance and naSliding. |
|
ICalStandard2 |
Sets and Returns the TZReal value (the Real Terminal Impedance value) for the calibration standard, when the Type is set to "naArbitraryImpedance". |
|
ICalStandard2 |
Sets and Returns the TZImag value (the Imaginary Terminal Impedance value) for the calibration standard, when the Type is set to "naArbitraryImpedance". |
|
ICalStandard |
Sets and Returns the characteristic impedance for the calibration standard. |
Interface |
Introduced with VNA Rev: |
CalStandard |
1.0 |
CalStandard2 |
3.0 |