Skip to content

laboneq.pulse_sheet_viewer

laboneq.pulse_sheet_viewer.pulse_sheet_viewer

show_pulse_sheet(name, compiled_experiment, max_events_to_publish=1000, interactive=False, max_simulation_length=None)

Creates the pulse sheet of an experiment as html file.

The resulting file name is _.html

Parameters:

Name Type Description Default
name str

Name of the created html file, without suffix (*.html)

required
compiled_experiment CompiledExperiment

The compiled experiment to show.

required
max_events_to_publish int

Number of events to show

1000
interactive bool

Launch pulse sheet viewer in interactive mode?

False
max_simulation_length float | None

In interactive mode displays signals up to this time in seconds; no signals beyond this time are shown. Default: 10ms.

None

Returns:

Name Type Description
link IPython link, filename or None

If not interactive: A link to the HTML output if IPython is installed, otherwise returns the output filename as a string. If interactive: None