27 lines
744 B
Plaintext
27 lines
744 B
Plaintext
---
|
||
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>
|
||
|