To enter the Set keyword in the command line, use one of the options:
- Press MA + Assign
- Type Set
The Set keyword sets values to properties of objects. It is also used to transfer values of properties to other properties, to other objects, and to different properties of other objects.
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â])
The Set keyword uses the following option keywords:
- 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 |
- To set a range of values for FadeX in the first recipe of cue 1, part 0 of the selected sequence, type:
| |
|---|
 | User name[Fixture]>Set Cue 1 Part 0.1 Property âFadeXâ â0 Thru 5â |