qiskit.pulse.builder.samples_to_seconds¶ samples_to_seconds(samples)[ソース]¶ 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. 戻り値の型 Union[float, ndarray] 戻り値 The time that elapses in samples.