|
ifw-ccf
3.0.0-pre2
|
DCS Interface client class This class implements the DCS Interface commands. More...
Public Member Functions | |
| def | __init__ (self, uri, timeout=10000) |
| def | abort (self) |
| Executes dcsif.Abort Command - DCS Interface. More... | |
| def | execute (self, method, parameters="") |
| Executes dcsif.Execute Command - DCS Interface. More... | |
| def | getconfig (self) |
| Executes dcsif.GetConfig Command - DCS Interface. More... | |
| def | getdiagnostics (self) |
| Executes dcsif.GetDiagnostics Command - DCS Interface. More... | |
| def | getsetup (self) |
| Executes dcsif.GetSetup Command - DCS Interface. More... | |
| def | ping (self) |
| Executes dcsif.Ping Command - DCS Interface. More... | |
| def | readpars (self, par_names) |
| Executes dcsif.ReadPars Command - DCS Interface. More... | |
| def | recover (self) |
| Executes dcsif.Recover Command - DCS Interface. More... | |
| def | scan (self) |
| Executes dcsif.Scan Command - DCS Interface. More... | |
| def | setconfig (self, parameters) |
| Executes dcsif.SetConfig Command - DCS Interface. More... | |
| def | setup (self, parameters) |
| Executes dcsif.Setup Command - DCS Interface. More... | |
| def | start (self, abs_time=0.0, trigger_type=ModDcsif.Dcsif.StartTriggerTypes.AbsTime, custom_trigger="", info="") |
| Executes dcsif.Start Command - DCS Interface. More... | |
| def | writepars (self, parameters) |
| Executes dcsif.WritePars Command - DCS Interface. More... | |
DCS Interface client class This class implements the DCS Interface commands.
| def clib.dcs_async_commands.DcsAsyncCommands.__init__ | ( | self, | |
| uri, | |||
timeout = 10000 |
|||
| ) |
| def clib.dcs_async_commands.DcsAsyncCommands.abort | ( | self | ) |
Executes dcsif.Abort Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.execute | ( | self, | |
| method, | |||
parameters = "" |
|||
| ) |
Executes dcsif.Execute Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.getconfig | ( | self | ) |
Executes dcsif.GetConfig Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.getdiagnostics | ( | self | ) |
Executes dcsif.GetDiagnostics Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.getsetup | ( | self | ) |
Executes dcsif.GetSetup Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.ping | ( | self | ) |
Executes dcsif.Ping Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.readpars | ( | self, | |
| par_names | |||
| ) |
Executes dcsif.ReadPars Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.recover | ( | self | ) |
Executes dcsif.Recover Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.scan | ( | self | ) |
Executes dcsif.Scan Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.setconfig | ( | self, | |
| parameters | |||
| ) |
Executes dcsif.SetConfig Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.setup | ( | self, | |
| parameters | |||
| ) |
Executes dcsif.Setup Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.start | ( | self, | |
abs_time = 0.0, |
|||
trigger_type = ModDcsif.Dcsif.StartTriggerTypes.AbsTime, |
|||
custom_trigger = "", |
|||
info = "" |
|||
| ) |
Executes dcsif.Start Command - DCS Interface.
| def clib.dcs_async_commands.DcsAsyncCommands.writepars | ( | self, | |
| parameters | |||
| ) |
Executes dcsif.WritePars Command - DCS Interface.