Mfx dod old
led_scan(start, end, nsteps, duration)
Function to scan led delays and dwell at each delay. Goes back to original delay after scanning.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
start
|
float
|
Start delay in microseconds. |
required |
end
|
float
|
End delay in microseconds. |
required |
nsteps
|
integer
|
number of steps for delay. |
required |
duration
|
float
|
Dwell time at each delay. In seconds. |
required |
Source code in dod/mfx_dod_old.py
perform_run(events, record=True, comment='', post=True, **kwargs)
Perform a single run of the experiment
Parameters:
Name | Type | Description | Default |
---|---|---|---|
events
|
Number of events to include in run |
required | |
record
|
Whether to record the run |
True
|
|
comment
|
str
|
Comment for ELog |
''
|
post
|
Whether to post to the experimental ELog or not. Will not post if not recording |
True
|