Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
BackendData.meas_freqs¶
- property BackendData.meas_freqs¶
Returns the backend’s measurement stimulus frequencies.
Note
The qiskit-terra base classes do not provide this information as a standard backend property, but it is available from some providers in the data returned by the
Backend.defaults()
method.