Startup
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
Arguments:
|
||||
|
||||
VECTOR (Double[][], Scan verctor: Eph,Elow,Ehigh or Eph,Ecenter)
|
||||
SENSORS (list)
|
||||
LATENCY (double)
|
||||
"""
|
||||
|
||||
set_preference(Preference.PLOT_TYPES,{'integration':1});
|
||||
|
||||
if len(VECTOR[0]) == 2:
|
||||
#FIXED
|
||||
writables = (pe, scienta.centerEnergy)
|
||||
else:
|
||||
#SWEPT
|
||||
writables = (pe, scienta.lowEnergy, scienta.highEnergy)
|
||||
|
||||
vscan(writables, SENSORS, VECTOR, True, LATENCY,False, before_read=trig_scienta)
|
||||
Reference in New Issue
Block a user