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â |