Write/Read |
About Guided Power CalAbout NFX Cal |
Description |
Set and read the power level at which to perform the source cal during an Guided Power Cal or during an NFX Cal. When used with Guided Power Cal, first enable a power cal using PerformPowerCalibration Property. |
VB Syntax |
object.PowerCalibrationPowerLevel (port) = value |
Variable |
(Type) - Description |
object |
A GuidedCalibration (Object) |
port |
(Long) VNA Port number to connect the power sensor. |
value |
(Double) - Power level in dB. Choose a value from +30 to (-30). |
Return Type |
Double |
Default |
0 |
Examples |
cal.PowerCalibrationPowerLevel(1) = -5 'Write |
pLevel = nfx.PowerCalibrationPowerLevel(1) 'Read |
|
C++ Syntax |
HRESULT get_PowerCalibrationPowerLevel(long port, double* pVal) HRESULT put_PowerCalibrationPowerLevel(long port, double* pVal) |
Interface |
IGuidedCalibration6 |