qiskit.providers.BackendV2.acquire_channel¶
- BackendV2.acquire_channel(qubit)[source]¶
Return the acquisition channel for the given qubit.
This is required to be implemented if the backend supports Pulse scheduling.
- Returns
The Qubit measurement acquisition line.
- Return type
- Raises
NotImplementedError -- if the backend doesn't support querying the measurement mapping