Robot library providing keywords for the SimCtl interface.
More...
|
def | __init__ (self) |
|
def | simctl_create_clients (self, uris, timeout=None, replace_from=None, replace_to=None) |
| Creates a list of clients with a given ReplyTime timeout. More...
|
|
def | simctl_create_client (self, uri, timeout=None) |
| Creates a client with a given ReplyTime timeout. More...
|
|
def | simctl_setup (self, clients, arg) |
|
def | simctl_reset (self, clients) |
|
def | simctl_force_exit (self, clients) |
|
Robot library providing keywords for the SimCtl interface.
Definition at line 27 of file SimCtl.py.
◆ __init__()
def SimCtl.SimCtl.__init__ |
( |
|
self | ) |
|
◆ simctl_create_client()
def SimCtl.SimCtl.simctl_create_client |
( |
|
self, |
|
|
|
uri, |
|
|
|
timeout = None |
|
) |
| |
Creates a client with a given ReplyTime timeout.
Definition at line 59 of file SimCtl.py.
◆ simctl_create_clients()
def SimCtl.SimCtl.simctl_create_clients |
( |
|
self, |
|
|
|
uris, |
|
|
|
timeout = None , |
|
|
|
replace_from = None , |
|
|
|
replace_to = None |
|
) |
| |
Creates a list of clients with a given ReplyTime timeout.
Definition at line 41 of file SimCtl.py.
◆ simctl_force_exit()
def SimCtl.SimCtl.simctl_force_exit |
( |
|
self, |
|
|
|
clients |
|
) |
| |
◆ simctl_reset()
def SimCtl.SimCtl.simctl_reset |
( |
|
self, |
|
|
|
clients |
|
) |
| |
◆ simctl_setup()
def SimCtl.SimCtl.simctl_setup |
( |
|
self, |
|
|
|
clients, |
|
|
|
arg |
|
) |
| |
◆ factory
◆ mal
◆ ROBOT_LIBRARY_SCOPE
string SimCtl.SimCtl.ROBOT_LIBRARY_SCOPE = "GLOBAL" |
|
static |
The documentation for this class was generated from the following file: