構文規則

grandMA3 ユーザマニュアル » コマンド構文とキーワード » 構文規則 Version 2.4

コマンドライン構文は、有効なコマンドを構成するために用いられます。

Function keywords, also called command keywords, behave like verbs in commands - they tell the objects what to do.

オブジェクト・キーワードは、ショーファイルにオブジェクトを割り当てるために用いられます。

補助キーワードは、機能とオブジェクトとの関係を指定するのに用いられます。

Layer keywords address the layers of different parameters.

Cue timing keywords address different times of a cue transition.

Value readout keywords define the unit of displayed values.

Speed readout keywords define the unit of displayed speeds.

At value keywords are a sort of shortcuts which are used to set parameters to certain predefined values.

プレイバック・キーワードは、再生機能をコントロールします。

フェーダ・キーワードは、フェーダに関するあらゆるものに関連しています。

Operator keywords are symbols that perfrom mathematical opertions in a command.

Option keywords are temporary filters in commands. For more information on option keywords see Option Keywords.

To view all executed commands, see Command Line History.


一般規則

一般規則は以下の通りです。

  • すべてのオブジェクトには、機能が無指定の場合に用いられるデフォルト機能があります。
  • ほとんどの機能には、オブジェクトが指定されなかった場合に用いられるデフォルトのオブジェクトまたはオブジェクト・タイプがあります。
  • オブジェクトは、階層的なツリー構造で配置されます。適用された機能にオブジェクトが対応していない場合、機能はその子または親オブジェクトに渡されます。

詳しくは オブジェクトの階層構造 を参照してください。



凡例

  • [ 〜 ] 角括弧:
    リテラルではない記述要素です。
  • ( 〜 ) 丸括弧:
    オプション要素です。
  • " 〜 "/ ' 〜 ' クォーテーション・マーク:
    限定的な名前や内容を入力するのに用いられます。クォーテーション・マークで囲まれた語で行が終わる場合、行末のクォーテーション・マークは省略できます。名前や内容が、キーワードではなく、また特殊記号を含んでいない場合、クォーテーション・マークを省略できます。
重要
オプションやキーワード・コマンドの他の部分で2種類の引用符(' と ")が必用な場合、必ず同じペアを使用してください(Remote キーワード の例を参照)。
  • 大文字化:
    一般的に、値は大文字と小文字を区別するため、大文字化は重要です。

Here the value "Positive" is capitalized. This is correct and the command will be executed.

Set Group 1 Property "Mode" "Positive"

Here the value "positive" is in lower case. This is wrong and the command will not be executed.

Set Group 1 Property "Mode" "positive"

  • Only when using keyword commands, the console does not distinguish between upper case and lower case. In such topics, capitalization is used to improve readability only.

コマンドラインの利用

キーワードのショートカットを用いると、コマンド入力を短縮できます。

ショートカットは、各キーワードのトピックで確認してください。

詳しくは 一般キーワード を参照してください。

重要
ソフトウェアに新しいキーワードが追加されると、ショートカットは変更されることがあります。最新の変更内容を確認するには、対応するキーワードのトピックとリリースノートを読むことをお勧めします。



  • Overwrite オプション・キーワードを用いて、キュー20をシーケンス8に保存します。

完全入力:

User name[Fixture]>Store Sequence 8 Cue 20 /Overwrite

 

短縮入力:

User name[Fixture]>S Seq 8 Cue 20 /O

 

超短縮入力:

  • 選択されているシーケンスのキュー2をキュー6にコピーします。
User name[Fixture]>Co 2 At 6
ヒント
マニュアルの例は完全入力で記載しています。