Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pulse_lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QuTech QDLabs
pulse_lib
Commits
6eaf5581
Commit
6eaf5581
authored
2 years ago
by
Sander Snoo
Browse files
Options
Downloads
Patches
Plain Diff
Fix for measurement expressions
parent
67d9a8db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pulse_lib/sequencer.py
+3
-0
3 additions, 0 deletions
pulse_lib/sequencer.py
with
3 additions
and
0 deletions
pulse_lib/sequencer.py
+
3
−
0
View file @
6eaf5581
...
...
@@ -6,6 +6,7 @@ from .segments.conditional_segment import conditional_segment
from
.segments.data_classes.data_HVI_variables
import
marker_HVI_variable
from
.segments.data_classes.data_generic
import
data_container
,
parent_data
from
.segments.segment_container
import
segment_container
from
.segments.segment_measurements
import
measurement_acquisition
from
.segments.utility.data_handling_functions
import
find_common_dimension
,
update_dimension
from
.segments.utility.setpoint_mgr
import
setpoint_mgr
from
.segments.utility.looping
import
loop_obj
...
...
@@ -352,6 +353,8 @@ class sequencer():
default_t_measure
=
self
.
_acquisition_conf
.
t_measure
sample_rate
=
self
.
_acquisition_conf
.
sample_rate
for
m
in
self
.
_measurements_description
.
measurements
:
if
not
isinstance
(
m
,
measurement_acquisition
):
continue
if
m
.
n_repeat
is
not
None
:
m
.
n_samples
=
m
.
n_repeat
if
sample_rate
is
not
None
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment