ifw-daq  2.1.0-pre1
IFW Data Acquisition modules
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SimCtl.SimCtl Class Reference

Robot library providing keywords for the SimCtl interface. More...

Public Member Functions

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)
 

Public Attributes

 mal
 
 factory
 

Static Public Attributes

string ROBOT_LIBRARY_SCOPE = "GLOBAL"
 

Detailed Description

Robot library providing keywords for the SimCtl interface.

Definition at line 27 of file SimCtl.py.

Constructor & Destructor Documentation

◆ __init__()

def SimCtl.SimCtl.__init__ (   self)

Definition at line 33 of file SimCtl.py.

Member Function Documentation

◆ 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 
)

Definition at line 96 of file SimCtl.py.

◆ simctl_reset()

def SimCtl.SimCtl.simctl_reset (   self,
  clients 
)

Definition at line 82 of file SimCtl.py.

◆ simctl_setup()

def SimCtl.SimCtl.simctl_setup (   self,
  clients,
  arg 
)

Definition at line 77 of file SimCtl.py.

Member Data Documentation

◆ factory

SimCtl.SimCtl.factory

Definition at line 36 of file SimCtl.py.

◆ mal

SimCtl.SimCtl.mal

Definition at line 35 of file SimCtl.py.

◆ ROBOT_LIBRARY_SCOPE

string SimCtl.SimCtl.ROBOT_LIBRARY_SCOPE = "GLOBAL"
static

Definition at line 31 of file SimCtl.py.


The documentation for this class was generated from the following file: