| func [, *args][, **kwargs]) |
The return value is the same as would be returned by the call
func(*args, **kwargs). The top-level instance name and the
basename of the VCD output filename is func.func_name by
default. If the VCD file exists already, it will be moved to a backup
file by attaching a timestamp to it, before creating the new file.
The traceSignals callable has the following attribute:
This attribute is used to overwrite the default top-level instance name and the basename of the VCD output filename.
About this document