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