pyprobe.typing module#

Module for type hints and type aliases.

FilterToExperimentType#

Type alias for filtering to an experiment.

alias of Procedure | Experiment

FilterToCycleType#

Type alias for filtering to a cycle.

alias of Procedure | Experiment | Cycle

FilterToStepType#

Type alias for filtering to a step.

alias of Procedure | Experiment | Cycle | Step

PyProBERawDataType#

Type alias for raw data in PyProbe.

alias of RawData | Procedure | Experiment | Cycle | Step

PyProBEDataType#

Type alias for data in PyProbe.

alias of RawData | Procedure | Experiment | Cycle | Step | Result

ExperimentOrCycleType#

Type alias for an experiment or cycle.

alias of Experiment | Cycle