ifw-fcf
5.0.0-pre2
|
Test library for testing Actuator business logic. More...
Public Member Functions | |
def | __init__ (self, server, ns, name) |
def | ctrl_on (self) |
def | ctrl_on (self) |
def | ctrl_off (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) |
Additional Inherited Members | |
![]() | |
server | |
Test library for testing Actuator 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 Actuator specific methods: on and off.
def Actuator.Actuator.__init__ | ( | self, | |
server, | |||
ns, | |||
name | |||
) |
def Actuator.Actuator.ctrl_off | ( | self | ) |
def Actuator.Actuator.ctrl_on | ( | self | ) |
def Actuator.Actuator.ctrl_on | ( | self | ) |