Replace キーワード

Move Move と押すと Replace キーワードになります。

あるいは、コマンドラインに Replace またはショートカットの Rep を入力してください。

説明

Replace キーワードは、オブジェクトや値の置換を行います。詳しくは Search と Replace を参照してください。

Replace は機能キーワードです。

構文

Replace [search for objects] With [replace with objects] ( If  [search in objects] )

[Channel]> Replace Attribute "Pan" At - 270 Thru 270 With - 260 Thru 280
[Channel]> Replace Attribute "Dim" At 0 Thru 100 With 0 Thru 90 If Sequence 3
[Channel]> Replace Attribute "Tilt" Fade 5 with Fade 10
ヒント
2つフィクスチャを互いに入れ替えたい場合は、第三のフィクスチャを用いてください。以下にその例があります。

2つフィクスチャを、3段階で互いに入れ替えます。

  1. フィクスチャ2を3と入れ替えます。
[Channel]> Replace Fixture 2 with 3
  1. フィクスチャ1を2と入れ替えます。
[Channel]> Replace Fixture 1 with 2
  1. フィクスチャ3を1と入れ替えます。
[Channel]> Replace Fixture 3 with 1 
[Channel]> Replace Fixture 1 With