plot_pulses
- DrivingField.plot_pulses(function='full_waveform', start=0.0, end=None, ax=None)
Plot the added pulse(s).
- Parameters:
function (
str
) – Could befull_waveform
orcomplex_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}\)). IfNone
, it will be set to the end time of the last-ending pulse.ax – Axis to customize the plot.