Operator.GetPort3 operator

Introduced

v11.0 (2013)

Description

Returns the specified Port object for the operator. This method is similar to Operator.GetPort2 but specific to the python language.

C# Syntax

Object Operator.GetPort3( String in_bstrPort, String in_bstrPortGroup, Int32 in_lPortGroupInstance );

Scripting Syntax

Operator.GetPort3( Name, [PortGroup], [PortGroupInstance] );

Parameters

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