在控台上按 Move Move (= Replace),然后输入搜索对象的值,再次按 Move (= With) 。
命令行中输入 With 或者缩写 Wi 获得该关键词。
描述:
With 是一个辅助关键词,是配合 Replace【替换】功能使用的。
语法:
Replace [对象条件] with [目标]
例子:
1. 为所有含有 Pan 属性的 cue 和预置,水平属性值增加10度。
[Channel]> Replace Attribute “Pan” At – 270 Thru 270 With – 260 Thru 280
2. 亮度值为50的对象替换为55(范围是编程器,所有序列和 cue)。
[Channel]> Replace PresetType 1 At 50 With 55
3. 亮度值为50的对象替换为55(范围是编程器)。
备注:
只有使用键盘输入 At ,命令才有效。
如果是使用控台上的按键 At 输入,将中断 replace 命令。
[Channel]> Replace At 50 With 55 If Programmer