Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.pulse.library.constant

constant(duration, amp, name=None)[소스]

Generates constant-sampled Waveform.

For \(A=\) amp, samples from the function:

\[f(x) = A\]
매개변수
  • duration (int) – Duration of pulse. Must be greater than zero.

  • amp (complex) – Complex pulse amplitude.

  • name (Optional[str]) – Name of pulse.

반환 형식

Waveform