qiskit.pulse.instructions.SetFrequency.draw¶
- SetFrequency.draw(dt=1, style=None, filename=None, interp_method=None, scale=1, plot_all=False, plot_range=None, interactive=False, table=True, label=False, framechange=True, channels=None)¶
Plot the instruction.
- প্যারামিটার
dt (
float
) -- Time interval of samplesstyle (Optional[SchedStyle]) -- A style sheet to configure plot appearance
filename (
Optional
[str
]) -- Name required to save pulse imageinterp_method (
Optional
[Callable
]) -- A function for interpolationscale (
float
) -- Relative visual scaling of waveform amplitudesplot_all (
bool
) -- Plot empty channelsplot_range (
Optional
[Tuple
[float
]]) -- A tuple of time range to plotinteractive (
bool
) -- When set true show the circuit in a new window (this depends on the matplotlib backend being used supporting this)table (
bool
) -- Draw event table for supported instructionslabel (
bool
) -- Label individual instructionsframechange (
bool
) -- Add framechange indicatorschannels (
Optional
[List
[Channel
]]) -- A list of channel names to plot
- রিটার্নস
A matplotlib figure object of the pulse schedule
- রিটার্ন টাইপ
matplotlib.figure