SignalDirection
- class SignalDirection
Bases:
str
,Enum
Enumeration of signal directions.
Attributes Summary
Attributes Documentation
- BIDIRECTIONAL = 'Bidirectional'
- INPUT = 'Input'
- OUTPUT = 'Output'
Methods:
__repr__
()Return repr(self).
__str__
()Return str(self).
__new__
(value)__format__
(format_spec)Returns format using actual value type unless __str__ has been overridden.
- __repr__()
Return repr(self).
- __str__()
Return str(self).
- __new__(value)
- __format__(format_spec)
Returns format using actual value type unless __str__ has been overridden.