![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self, ident, type, size) | |
| format_value (self, value, check=True) | |
Public Attributes | |
| ident = ident | |
| Identifier used in VCD output stream. | |
| type = type | |
VCD variable type; one of :const:VCDWriter.VAR_TYPES. | |
| size = size | |
| Size, in bits, of variable. | |
Static Private Attributes | |
| tuple | __slots__ = ('ident', 'type', 'size') |
| variables | |
VCD variable details needed to call :meth:`VCDWriter.change()`.
| __init__ | ( | self, | |
| ident, | |||
| type, | |||
| size ) |
| format_value | ( | self, | |
| value, | |||
| check = True ) |
Format value change for use in VCD stream.
Reimplemented in RealVariable, ScalarVariable, and VectorVariable.
Definition at line 476 of file writer.py.
| type = type |
VCD variable type; one of :const:VCDWriter.VAR_TYPES.