Syntax
| Command | Description | Return Value |
|---|---|---|
Property <number> |
Select individual properties of one or more DMX fixtures by number | 0 |
Property "<name>" |
Select individual properties of one or more DMX fixtures by name | 0 |
<number>- A property number from
1to16384.
- A property number from
<name>- A property name such as
Red,Pan, orZoom.
- A property name such as
Abbreviation
PRO
Description
Selecting Properties
If given a number, the Property command selects the nth channel of each currently selected fixture. If more than one fixtures are currently selected, the nth channel of each selected fixture is selected. If given a property name, the Property command selects the channel of each currently selected fixture with that name.
Once one or more fixture channels are selected, use action commands such as At, On, Off, Enable, Disable, Park, Unpark or Release to set channel levels, change the enable or parked state of the channels, or release them.
Examples
Fixture 1 Property 5
Selects the 5th channel of fixture 1.
Fixture 2 Property "Green"
Selects the “Green” channel of fixture 2.
Fixture 1>5 Property 2
Selects the 2nd channels of fixtures 1 through 5.
Fixture 6>10 Property "Dimmer"
Selects the “Dimmer” channels of fixtures 6 through 10.
Fixture * Property 3 Park
Selects the 3rd channel of every fixture and then parks those channels.

