bool, optional
Whether to post to the experimental ELog or not. Will not post if not recording
led_scan(start, end, nsteps, duration)
Function to scan led delays and dwell at each delay. Goes back to original delay after scanning.
start : float Start delay in microseconds. end : float End delay in microseconds. nsteps : integer number of steps for delay. duration : float Dwell time at each delay. In seconds.
dod/mfx_dod_old.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
|
perform_run(events, record=True, comment='', post=True, **kwargs)
Perform a single run of the experiment
events: int Number of events to include in run
Whether to record the run
Whether to post to the experimental ELog or not. Will not post if not recording
dod/mfx_dod_old.py
243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
|
str, optional
Comment for ELog