Read-only |
About Limit Testing |
Description |
Returns the load port number associated with an S-parameter reflection measurement. If the measurement is not a reflection S-parameter, the number returned by this property will have no meaning. |
VB Syntax |
loadPort = meas.LoadPort |
Variable |
(Type) - Description |
loadPort |
(long integer) - The reflection measurement’s load port number. |
meas |
A Measurement (object) |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
Set meas = pna.ActiveMeasurement |
C++ Syntax |
HRESULT get_LoadPort(long *pPortNumber); |
Interface |
IMeasurement |