This function sets a conditional timer.
Specify a condition of a conditional timer. See the TimerCondition class for creating a conditional timer. |
Set timer event number (numerical value)
The specified conditional timer is registered with the following name. |
>>>tc = TimerCondition() >>>tc.StartAddress = "main" >>>tc.EndAddress = "chData" >>>tc.EndData = 0x20 >>>tc.EndTimerType = TimerType.Write >>>ts_number = debugger.Timer.Set(tc) 1 >>>print ts_number 1 |