plot_pulses

DrivingField.plot_pulses(function='full_waveform', start=0.0, end=None, ax=None)

Plot the added pulse(s).

Parameters:
  • function (str) – Could be full_waveform or complex_envelope.

  • start (float) – Start time of the plotted interval (in \(\mu\text{s}\), defaults to 0).

  • end (float | None) – End time of the plotted interval (in \(\mu\text{s}\)). If None, it will be set to the end time of the last-ending pulse.

  • ax – Axis to customize the plot.