qiskit.pulse.builder.active_backend¶
-
active_backend
()[소스]¶ Get the backend of the currently active builder context.
- 반환값
- The active backend in the currently active
builder context.
- 반환 형식
Union[Backend, BaseBackend]
- 예외
exceptions.BackendNotSet – If the builder does not have a backend set.