Everything

TraceInfo.CreateOtherDict


TraceInfo.Otherの値を辞書型に変換します。【IECUBE】【IECUBE2】【シミュレータ】

[指定形式]

traceInfo.CreateOtherDict()

[引数]

なし

[戻り値]

TraceInfo.Otherの値を辞書型に変換したオブジェクト(TraceInfo.Otherの詳細はTraceInfoクラスを参照してください)

[詳細説明]

TraceInfo.Otherの値を辞書型に変換します。

[使用例]

>>>info = debugger.Trace.Get(1)
     1853 00h00min00s003ms702μs000ns 0x000003c2 jarl _errfunc, lp
>>>print info[0].Other
Guest,GPID=0,SPID=2
>>>print info[0].CreateOtherDict()
{'SPID': '2', 'GPID': '0', 'Guest': ''}