dodal.devices.fast_grid_scan#
Classes
Device containing the minimal signals for a general fast grid scan. |
|
Device for standard 3D FGS. |
|
Common holder class for the parameters of a grid scan in a similar layout to EPICS. |
|
Additional parameters required to do a 3 dimensional gridscan. |
|
Device for panda constant-motion scan. |
|
Params for panda constant-motion scan. |
|
Create a new model by parsing and validating input data from keyword arguments. |
|
Device for standard Zebra 3D FGS. |
|
Params for standard Zebra FGS. |
Functions
|
- dodal.devices.fast_grid_scan.set_fast_grid_scan_params(scan: FastGridScanCommon[ParamType], params: ParamType)[source]#
- Parameters:
scan (
FastGridScanCommon
[TypeVar
(ParamType
, bound=GridScanParamsCommon
, covariant=True)])params (
TypeVar
(ParamType
, bound=GridScanParamsCommon
, covariant=True))