AvgConfig#
- class AvgConfig(integration_time: float = 0.001, num_averages: int = 1, mode: str = 'cyclic', integration_delay: float = 0.0)[source]#
Bases:
object
Averaging settings for a sweep
Methods
__init__
([integration_time, num_averages, ...])Attributes
time delay after the trigger for the integrator to start
total time while samples are integrated
averaging mode, which can be "cyclic", to first scan the frequency and then repeat, or "sequential", to average each point before changing the frequency
times to measure each frequency point
- Parameters:
integration_time (float) –
num_averages (int) –
mode (str) –
integration_delay (float) –