probe_real

probe_real :
A probe for a real-typed signal.

The probe_real primitive records the waveform of a real-typed signal into a file.

The parameter filename sets the name of the waveform file, of which extension determines the waveform format (e.g. “.jez” for JEZ and “.fsdb” for FSDB). In case of recording in JEZ format, the parameter format defines whether the data are recorded in a binary (“jezbinary”) or ascii (“jezascii”) format. The parameters start and stop define when the recording begins and ends, respectively.

Input/Output Terminals

Name I/O Type Description
in input real signal to record

Parameters

Name Type Default Unit Description
filename string “xmodel.jez” None output filename
format string “jezbinary” None format version
start real 0.0 seconds abs. time to start recording
stop real -1.0 seconds abs. time to stop recording
« probe_phase
probe_value »