Files
frappy/doc/source/reference.rst
Markus Zolliker c1307cdd03 unify name and module on Attached property
- setting the attribute using the name of an attached module
- getting the attribute results in the module object

+ change names iodev to io, iodevClass to ioClass,
  sendRecv to communicate, HasIodev to HasIO

Change-Id: I200b63a5a7dc1453bf6ac998782b065645201900
Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/27575
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
2022-01-31 10:57:49 +01:00

1.7 KiB

Reference

Module Base Classes

secop.modules.Done

secop.modules.Module

secop.modules.Readable

secop.modules.Writable

secop.modules.Drivable

Parameters, Commands and Properties

secop.params.Parameter

secop.params.Command

secop.properties.Property

secop.modules.Attached

Datatypes

secop.datatypes.FloatRange

secop.datatypes.IntRange

secop.datatypes.BoolType

secop.datatypes.ScaledInteger

secop.datatypes.EnumType

secop.datatypes.StringType

secop.datatypes.TupleOf

secop.datatypes.ArrayOf

secop.datatypes.StructOf

secop.datatypes.BLOBType

Communication

secop.modules.Communicator

secop.io.StringIO

secop.io.BytesIO

secop.io.HasIO

secop.iohandler.IOHandlerBase

secop.iohandler.IOHandler

Exception classes .....................--

secop.errors