qiskit-documentation/docs/api/qiskit/0.35/qiskit.pulse.builder.pad.mdx

27 lines
744 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: pad
description: API reference for qiskit.pulse.builder.pad
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.pulse.builder.pad
---
# qiskit.pulse.builder.pad
<Function id="qiskit.pulse.builder.pad" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.20/qiskit/pulse/builder.py" signature="pad(*chs)">
Deprecated. Pad all available timeslots with delays upon exiting context.
**Parameters**
**chs** ([`Channel`](pulse#qiskit.pulse.channels.Channel "qiskit.pulse.channels.Channel")) Channels to pad with delays. Defaults to all channels in context if none are supplied.
**Yields**
None
**Return type**
`AbstractContextManager`\[`None`]
</Function>