debugger.ADConvertDataInExecution


実行時のデータ収集の設定/参照を行います。【Smart Analog】

[指定形式]

debugger.ADConvertDataInExecution = adConvertDataInExecution

[設定]

設定

説明

adConvertDataInExecution

実行中にデータ収集するかどうかを設定します。

True :実行中にデータ収集します。

False :実行中にデータ収集しません。

[参照]

現在実行中のデータ収集の設定

[詳細説明]

-

実行時のデータ収集の設定/参照を行います。

[使用例]

>>>print debugeer.ADConvertDataInExecution
False
>>>debugger.ADConvertDataInExecution = True
>>>print debugger.ADConvertDataInExecution
True
>>>