コンテンツにスキップ

SetPantograph()#

SetPantograph(n,fUp)#

パンタグラフの表示を設定します。

パラメータ#

int n

パンタグラフ番号

bool fUp

パンタグラフの状態。Trueで上昇。

戻り値#

コメント#

Note

パンタグラフ番号は、0 <= n <= (パンタグラフ個数-1) です。

サンプル#

1
obj.SetPantograph(0,True)