![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| 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__ = () |
| variables | |
Real (IEEE-754 double-precision floating point) variable. Values must be numeric and cannot be 'x' or 'z' states.
| format_value | ( | self, | |
| value, | |||
| check = True ) |
Format real value change for VCD stream. :param value: Numeric changed value. :param type: float or int :raises ValueError: for invalid real *value*. :returns: string representing value change for use in a VCD stream.
Reimplemented from Variable.
Definition at line 522 of file writer.py.
|
inherited |
|
inherited |
VCD variable type; one of :const:VCDWriter.VAR_TYPES.