Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

vnnPort [-clear] [-setFlag] [dg container] [port path] [port type] [search mode] [port flags]

vnnPort is undoable, NOT queryable, and NOT editable.

Internal command used to modify flags on ports. [port type] is either 0 for input, 1 for output, or 3 to search for either [search mode] is either 0 for internal ports, 1 for external ports, or 3 to search both Port flags are implementation-dependant. Some common values are 2=fan-in, 4=hidden, 8=multi-in

Return value

None

Flags

clear, setFlag
Long name (short name) Argument types Properties
-clear(-c) create
Clears the flag. Either set or clear must be used
-setFlag(-set) create
Sets the flag. Either set or clear must be used

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

This command is generally not used by users. See vnnNode and vnnCompound to query and set port attributes