Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Take a driven shot with the LPL

  •  For a driven shot at full energy (lpl_ener=1.0), with X-rays arriving 5 ns later (timing=5.0e-9) at full intensity (xray_trans=1) use the following command
Code Block
languagepy
themeRDark
linenumberstrue
op.optical_shot(
	shutter_close=[1, 2, 3, 4, 5, 6],
	lpl_ener=1.0,
	timing=5.0e-9
	xray_trans=1,
	xray_threshold=0.2,
	save=True,
	daq_end=True,
	auto_trig=True,
	auto_charge=True,
	visar=True,
	debug=False,
	ps_opt=True
)