add ioClass to many module classes
+ add converted mb11_cfg.py Change-Id: Ic985fc16b5ce39caacbf1f3abd87b13b1e7c2da7
This commit is contained in:
@@ -67,6 +67,7 @@ class IO(StringIO):
|
||||
|
||||
|
||||
class MercuryChannel(HasIO):
|
||||
ioClass = IO
|
||||
slot = Property('comma separated slot id(s), e.g. DB6.T1', StringType())
|
||||
kind = '' #: used slot kind(s)
|
||||
slots = () #: dict[<kind>] of <slot>
|
||||
|
||||
Reference in New Issue
Block a user