|
def | __init__ (self, server, ns, name) |
|
def | ctrl_auto (self) |
|
def | ctrl_home (self) |
|
def | ctrl_movebit (self, pos1, pos2, pos3) |
|
def | ctrl_moveuser (self, pos1, pos2, pos3) |
|
def | ctrl_pos (self) |
|
def | __init__ (self, server, ns, name, program="MAIN") |
| server OPC UA Server url, e.g. More...
|
|
def | debug (self, msg) |
|
def | call_rpc_async (self, rpc, *args) |
| Function used to connect, execute RPC call and then disconnect. More...
|
|
def | call_rpc (self, rpc, *args) |
|
def | ctrl_reset (self) |
|
def | ctrl_reset (self) |
|
def | ctrl_init (self) |
|
def | ctrl_init (self) |
|
def | ctrl_enable (self) |
|
def | ctrl_disable (self) |
|
def | ctrl_stop (self) |
|
Test library for testing Piezo business logic.
Methods common to all devices, i.e. reset, init, disable, enable and stop are defined in the base class Device. Here we define only the Piezo specific methods: auto, home, movebit, moveuser and pos.