plot_driving_fields
- Model.plot_driving_fields(name=None, function='full_waveform', start=0.0, end=None)
Plot the pulses of the driving fields.
- Parameters:
name (
str
|None
) – Name of the driving field. If not specified, all driving fields are plotted.function (
str
) – Could be'full_waveform'
or'complex_envelope'
.start (
float
) – Start time of the plotted interval (in \(\mu\text{s}\)).end (
float
|None
) – End time of the plotted interval (in \(\mu\text{s}\)).