We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ddf04 commit 8b8e908Copy full SHA for 8b8e908
script-gen-manager/src/model/sweep_data/sweep_config.rs
@@ -366,7 +366,7 @@ impl SweepConfig {
366
self.update_channel_devices();
367
self.global_parameters.evaluate();
368
self.step_global_parameters.step_points.limit(1, 60000);
369
- self.sweep_global_parameters.sweep_points.limit(1, 60000);
+ self.sweep_global_parameters.sweep_points.limit(2, 60000);
370
self.global_parameters
371
.sweep_timing_config
372
.measure_count
0 commit comments