MxOutletApp:
Filter:
Mx/Classes (extension) | Mx

MxOutletApp
ExtensionExtension

scripting object for a units outlet

Description

An outlet may connect to multiple inlets. On the gui you can shift drag from an outlet to an inlet. If you dont hold down shift then any previous cables are deleted.

Instance Methods

>>

Connect this outlet to an inlet or to each item in a query set.

Arguments:

inlet

MxInletApp or MxQuery. If it is a query then it will attempt to connect to each item.

Returns:

inlet

.disconnect

Disconnect all cables

Returns:

this

.spec

Spec of the outlet as defined in the objects driver file in ~make

Returns:

a Spec subclass

.name

Spec of the outlet as defined in the objects driver file in ~make

.index

Index of the outlet in the units outlets array

Returns:

integer

.unit

The unit this outlet belongs to

Returns:

.to

an array of inlets this outlet is connected to

Returns:

an array of MxInletApp