ifw-fcf
4.1.0-pre2
|
Test library for testing Piezo business logic. More...
Public Member Functions | |
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) |
Public Member Functions inherited from Device.Device | |
def | __init__ (self, server, ns, name, program="MAIN") |
def | call_rpc (self, rpc, *args) |
def | ctrl_reset (self) |
def | ctrl_init (self) |
def | ctrl_enable (self) |
def | ctrl_disable (self) |
def | ctrl_stop (self) |
Additional Inherited Members | |
Public Attributes inherited from Device.Device | |
server | |
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.
def Piezo.Piezo.__init__ | ( | self, | |
server, | |||
ns, | |||
name | |||
) |
def Piezo.Piezo.ctrl_auto | ( | self | ) |
def Piezo.Piezo.ctrl_home | ( | self | ) |
def Piezo.Piezo.ctrl_movebit | ( | self, | |
pos1, | |||
pos2, | |||
pos3 | |||
) |
def Piezo.Piezo.ctrl_moveuser | ( | self, | |
pos1, | |||
pos2, | |||
pos3 | |||
) |
def Piezo.Piezo.ctrl_pos | ( | self | ) |