bloqade.device
device¶
bloqade.device
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
Params | — | ParamSpec('Params') | |
RetType | — | TypeVar('RetType') | |
ObsType | — | TypeVar('ObsType') | |
TaskType | — | TypeVar('TaskType', bound=AbstractTask) | |
ExpectTaskType | — | TypeVar('ExpectTaskType', bound=DeviceTaskExpectMixin) | |
RemoteTaskType | — | TypeVar('RemoteTaskType', bound=AbstractRemoteTask) | |
SimulatorTaskType | — | TypeVar('SimulatorTaskType', bound=AbstractSimulatorTask) |
View bloqade.device.AbstractDevice →View bloqade.device.AbstractDevice.task →View bloqade.device.ExpectationDeviceMixin →View bloqade.device.ExpectationDeviceMixin.expect →View bloqade.device.AbstractRemoteDevice →View bloqade.device.AbstractRemoteDevice.run →View bloqade.device.AbstractRemoteDevice.run_async →View bloqade.device.AbstractSimulatorDevice →View bloqade.device.AbstractSimulatorDevice.run →