Skip to content
Snippets Groups Projects
Commit e52c6314 authored by Sander de Snoo's avatar Sander de Snoo
Browse files

Fixed examples

parent aede5f03
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ class ShuttlingScanGeneratorKeysight(FastScanGeneratorBase):
if awg_channel.compensation_limits == (0, 0):
continue
# convert AWG level to device level.
self._compensation_limits[channel_name] = (
compensation_limits[channel_name] = (
awg_channel.compensation_limits[0] * awg_channel.attenuation,
awg_channel.compensation_limits[1] * awg_channel.attenuation,
)
......
......@@ -75,7 +75,7 @@ if __name__ == '__main__':
read_point="read",
t_resolution=100)
scan_generator = ShuttlingScanGeneratorKeysight(pulse, shuttling_sequence)
scan_generator = ShuttlingScanGeneratorKeysight(shuttling_sequence)
# scan_generator.plot_first = True
# Start the liveplotting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment