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

integration_delay

time delay after the trigger for the integrator to start

integration_time

total time while samples are integrated

mode

averaging mode, which can be "cyclic", to first scan the frequency and then repeat, or "sequential", to average each point before changing the frequency

num_averages

times to measure each frequency point

Parameters:
  • integration_time (float) –

  • num_averages (int) –

  • mode (str) –

  • integration_delay (float) –