Expand description
Direct Python interface
Functionsยง
- Call a python function with a set of arguments. The arguments must be convertible to
AttrValue
. - Call a python function with a set of arguments. The arguments must be convertible to
AttrValue
. - _run_
python ๐Run (by eval-ing) python code in the simulator context. The result is returned as anAttrValue
, which is typed according to the python command run. - _source_
python ๐Source a python file of SIMICS python code - Call a python function with a set of arguments. The arguments must be convertible to
AttrValue
. - Call a python function with a set of arguments. The arguments must be convertible to
AttrValue
. - Run (by eval-ing) python code in the simulator context. The result is returned as an
AttrValue
, which is typed according to the python command run. - Source a python file of SIMICS python code