Mfxdod Old
mfxDOD_old
Classes
MicroToNano
Functions
__call__
getOffset_nano
setOffset_micro
User
Source code in dod/mfxDOD_old.py
Attributes
post_template
class-attribute
instance-attribute
post_template_escan
class-attribute
instance-attribute
post_template_escan = ' Run Number: {} {}\n\n {}\n Minimum photon_energy -> {}\n Maximum photon_energy -> {}\n '
Functions
cleanup_RE
dummy_daq_test
led_scan
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/mfxDOD_old.py
listscan
Source code in dod/mfxDOD_old.py
lxt_fast_set_absolute_zero
Source code in dod/mfxDOD_old.py
perform_run
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
|