deviceManager is undoable, queryable, and editable.
This command queriers the internal device manager for information
on attached devices.
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-numDevices(-ndv) |
|
|
|
Returns the number of devices currently attached. |
|
-deviceIndex(-dvi) |
int |
|
|
Used usually in conjunction with other flags, to indicate the
index of the device. |
|
-axisIndex(-axi) |
int |
|
|
Used usually in conjunction with other flags, to indicate the
index of the axis. |
|
-attachment(-att) |
|
|
|
Returns the plugs that a device and axis are attached to.
Expects the -deviceIndex and axisIndex to be used in
conjunction. |
|
-deviceNameFromIndex(-dni) |
int |
|
|
Returns the name of the device with the given index. |
|
-numAxis(-nax) |
|
|
|
Returns the number of axis this device has. Expects the
-deviceIndex flag to be used. |
|
-axisName(-axn) |
|
|
|
Returns the name of the axis. Expects the -deviceIndex and
-axisIndex flags to be used in conjunction. |
|
-axisScale(-axs) |
|
|
|
Returns the scale of the axis. Expects the -deviceIndex and
-axisIndex flags to be used in conjunction. |
|
-axisOffset(-axo) |
|
|
|
Returns the offset of the axis. Expects the -deviceIndex and
-axisIndex flags to be used in conjunction. |
|
-axisCoordChanges(-acc) |
|
|
|
Returns whether the axis coordinate changes. Expects the
-deviceIndex and -axisIndex flags to be used in conjunction. |
|