qiskit.pulse.builder.samples_to_seconds¶
- samples_to_seconds(samples)[source]¶
Obtain the time in seconds that will elapse for the input number of samples on the active backend.
- প্যারামিটার
samples (Union[int, ndarray]) -- Number of samples to convert to time in seconds.
- রিটার্নস
The time that elapses in
samples
.- রিটার্ন টাইপ
Union[float, ndarray]