qiskit.pulse.builder.seconds_to_samples¶ seconds_to_samples(seconds)[ソース]¶ Obtain the number of samples that will elapse in seconds on the active backend. Rounds down. パラメータ seconds (Union[float, ndarray]) – Time in seconds to convert to samples. 戻り値の型 Union[int, ndarray] 戻り値 The number of samples for the time to elapse