Common objects
Common types for defining experiments and routines.
Classes
| CWSIterable | A range of linearly spaced values in center ± width/2. |
| ConstantWaveform | A constant-amplitude pulse waveform. |
| Duration | An integer-valued time duration with an explicit unit. |
| Frequency | A physical frequency value with an explicit unit. |
| GaussianWaveform | A Gaussian-shaped pulse waveform. |
| GeomspaceIterable | A range of values spaced evenly on a logarithmic scale. |
| HypIterable | A hyperbolic iterable of values in center ± width/2. |
| LinspaceIterable | A linear space of float values. |
| LogspaceIterable | A range of values spaced evenly on a logarithmic scale. |
| RangeIterable | A range of values with a specified step. |
| TimeUnit | Unit of time. |