|
def | reset_target (*args) |
| Send the RESET packet to the Target. More...
|
|
def | command (cmdId, param1=0, param2=0, param3=0) |
| executes a given command in the Target More...
|
|
def | tick (tick_rate=0) |
| trigger system clock tick in the Target More...
|
|
def | peek (offset, size, num) |
| peeks data in the Target More...
|
|
def | poke (offset, size, data) |
| pokes data into the Target More...
|
|
def | glb_filter (*args) |
| Set/clear the Global-Filter in the Target. More...
|
|
def | loc_filter (*args) |
| Set/clear the Local-Filter in the Target. More...
|
|
def | ao_filter (obj_id) |
| Set/clear the Active-Object Local-Filter in the Target. More...
|
|
def | current_obj (obj_kind, obj_id) |
| Set the Current-Object in the Target. More...
|
|
def | query_curr (obj_kind) |
| query the current object in the Target More...
|
|
def | publish (signal, params=None) |
| publish a given event to subscribers in the Target More...
|
|
def | post (signal, params=None) |
| post a given event to the current AO object in the Target More...
|
|
def | init (signal=0, params=None) |
| take the top-most initial transition in the current SM object in the Target More...
|
|
def | dispatch (signal, params=None) |
| dispatch a given event in the current SM object in the Target More...
|
|
def | qunpack (fmt, bstr) |
| Unpack a QS trace record. More...
|
|
def | main () |
|