
v11.0 (2013)
Returns the specified Port object. This method is similar to Operator.PortAt but specific to the python language.
Object Operator.GetPortAt( Int32 in_lPortIndex, Int32 in_lPortGroupIndex, Int32 in_lPortGroupInstance ); |
oReturn = Operator.GetPortAt( PortIndex, PortGroupIndex, PortGroupInstance ); |
| Parameter | Type | Description |
|---|---|---|
| PortIndex | Long | Port index. |
| PortGroupIndex | Long | Port group index. |
| PortGroupInstance | Long | Port group instance index. |