在控台上按 Move Move (= Replace),或者命令行中输入 Replace 或缩写 Rep 获得该关键词。
描述:
Replace 是一个功能关键词,用来替换对象或者值。
语法:
Replace [被替换对象] With [替换为的对象] ( If [范围对象] )
例子:
- 为所有 cue 和 预置的 pan 属性加10度。
[Channel]> Replace Attribute “Pan” At – 270 Thru 270 With – 260 Thru 280
- 为序列3的所有 cue 中亮度属性值减10%。
[Channel]> Replace Attribute “Dim” At 0 Thru 100 With 0 Thru 90 If Sequence 3
- 为属性 tilt 替换5秒渐变时间为10秒。
[Channel]> Replace Attribute “Tilt” Fade 5 with Fade 10
小提示:
如果要做两个灯之间的替换,请加入第三个灯。参考以下案例。
两个灯具之间替换:
1. 替换灯2到灯3.
[Channel]> Replace Fixture 2 with 3
2. 替换灯1到灯2.
[Channel]> Replace Fixture 1 with 2
3. 替换灯3到灯1.
[Channel]> Replace Fixture 3 with 1
- 从整个show文件中删除灯具1的应用数据。
[Channel]> Replace Fixture 1 With