VIRTUTECH CONFIDENTIAL    Previous - Up - Next

python

Provided by
Simics Core
Class Hierarchy
conf-objectpython
Interfaces Implemented
event_poster
Description
Implements the interface to the Python scripting language.

Attributes

Attributes inherited from class conf-object
attributes, classname, component, iface, name, object_id, queue
Attribute List
execute_string
Pseudo attribute; write-only access; type: String.

Executes the string passed as argument as a CLI command.

hap_sleep
Pseudo attribute; read-only access; type: [(s|n)s]|[(s|n)si]|[(s|n)sii]; list indexed; indexed type: unknown type.

Wait for a hap to occur. This attribute may only be set from a script branch.

script_branches
Pseudo attribute; read-only access; type: [[sios]*].

List of all active script branches.

source_file
Pseudo attribute; write-only access; type: String.

This attribute can be set to the name of a Python file that will be sourced (run) in the Python environment.

source_file_module
Pseudo attribute; write-only access; ; string indexed; indexed type: String.

This attribute can be set to the name of a Python file that will be sourced (run) in the Python module specified by the string index.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next