v11.0 (2013)
Returns the specified Port object for the operator. This method is similar to Operator.GetPort2 but specific to the python language.
Object Operator.GetPort3( String in_bstrPort, String in_bstrPortGroup, Int32 in_lPortGroupInstance ); |
Operator.GetPort3( Name, [PortGroup], [PortGroupInstance] ); |
Parameter | Type | Description |
---|---|---|
Name | String | Name of a port |
PortGroup | String |
Name of a port group. Default Value: "" (empty string) |
PortGroupInstance | Long |
The port group instance index. This argument does not apply to runtime operators.
If you don't provide a port group this argument is ignored.
Default Value: 0 |