Property
To enter the Property keyword in the command line, use one of the options:
- Type Property
- Type the shortcut Prop
Description
Section titled “Description”The Property keyword is an object keyword which is used to communicate with the console for you to set a specific property.
It is used in conjunction with the Set keyword, the SetUserVariable keyword, or the SetGlobalVariable keyword.
Syntax
[Function] [Object] [“Object_Name” or Object_Number] Property [“Property_Name”](At + [Object] [“Object_Name” or Object_Number]) [“Value”]
Examples
Section titled “Examples”- To set the ValueReadout to Hex8 in the current user profile, type:
| User name[Fixture]>Set CurrentUserProfile Property “ValueReadout” “Hex8” |
- To assign the filter “Only Dimmer” of cue 5 to “Break”, type:
| User name[Fixture]>Set Cue 5 Property “Break” At + Filter “Dimmer Only” |