Description |
Imports the Guided Power Cal Set (from an existing SMC Cal) or Phase Reference Cal into the current SMC calibrations. For the Guided Power Cal: The port of the mixer input must have the same source attenuator setting between the SMC channel and the Guided Power Cal Set. The frequencies of the Guided Power Cal must include all the mixer frequencies. Interpolation will be applied to the Guided Power Cal frequencies if they do not exactly match. For the Phase Reference Cal: The port of the mixer input must have the same source attenuator setting as used in the phase reference cal. The phase reference cal must include all the mixer frequencies. Interpolation will be applied to the phase reference cal frequencies if they do not exactly match. Learn more about Phase Reference Cal. The following error message may appear (it is not written to the VNA Error Log): Interpolation target is out of range. Cannot interpolate when incompatible frequency ranges occur. |
VB Syntax |
smc.ImportDataSet (calset, dataName) |
Variable |
(Type) - Description |
smc |
SMCType (object) |
calset |
(String) Name of existing SMC Cal Set from which cal data is imported. |
dataName |
(String) Name of the data set. Choose from:
|
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
smc.ImportDataSet("MySMCCal","POWER_STEP") |
C++ Syntax |
HRESULT ImportDataSet(BSTR csName, BSTR dataset); |
Interface |
SMCType4 |