To enter the Set keyword in the command line, use one of the options:
- Press MA + Assign
- Type Set
- Type Se
Description
Section titled âDescriptionâThe Set keyword sets values to properties of objects. It is also used to transfer properties of objects to the same value as another object.
It is used in conjunction with the Property keyword or the = [Equal] keyword.
Set [Object_Type] [âObject_Nameâ or Object_Number] Property [âProperty_Nameâ] [âProperty_Valueâ]
Set [Object_Type] [âTarget_Object_Nameâ or Target_Object_Number] Property [âProperty_Nameâ] At [Object_Type] ([âSource_Object_Nameâ or Source_Object_Number]) (Property [âProperty_Nameâ])
Option Keywords
Section titled âOption KeywordsâThe Set keyword uses the following option keywords:
Examples
Section titled âExamplesâ- To set sequence 8 to priority HTP, type:
| User name[Fixture]>Set Sequence 8 âPriorityâ 3 |
- To transfer the value of the Priority setting of sequence 1 to sequence 42, type:
| User name[Fixture]>Set Sequence 42 Property âPriorityâ At Sequence 1 |
- To transfer the name of the selected sequence to the name of group 5, type:
| User name[Fixture]>Set Group 5Â Property âNameâ At Sequence Property âNameâ |
- To transfer the value of the CueFade property of cue 9 to the CueDelay property of cue 6, type:
| User name[Fixture]>Set Cue 6 Property âCueDelayâ At Cue 9 Property âCueFadeâ |
- To set CueFade and CueDelay of cue 1 to three seconds, type:
| User name[Fixture]>Set Cue 1 Property âCueFadeâ + âCueDelayâ 3 |
- To transfer CueFade and CueDelay of cue 3 to cue 1, type:
| User name[Fixture]>Â Set Cue 1 Property âCueFadeâ + âCueDelayâ At Cue 3 |