next version
This commit is contained in:
@ -61,11 +61,7 @@ PH_Dummy:
|
||||
# - phoenix
|
||||
# - Dummy_Dummy_PSIDetector
|
||||
# - phoenix_devices.yaml
|
||||
# onFailure: buffer
|
||||
# enabled: true
|
||||
# readoutPriority: monitored
|
||||
# softwareTrigger: false
|
||||
|
||||
# onFailure: buffe
|
||||
|
||||
|
||||
############################
|
||||
@ -75,9 +71,11 @@ PH_Dummy:
|
||||
############################
|
||||
|
||||
|
||||
|
||||
|
||||
ScanX:
|
||||
readoutPriority: baseline
|
||||
description: 'Horizontal sample position'
|
||||
description: 'Vert sample position'
|
||||
deviceClass: ophyd.EpicsMotor
|
||||
deviceConfig:
|
||||
prefix: 'X07MB-ES-MA1:ScanX'
|
||||
@ -87,7 +85,7 @@ ScanX:
|
||||
onFailure: retry
|
||||
enabled: true
|
||||
readOnly: false
|
||||
softwareTrigger: false
|
||||
|
||||
|
||||
ScanY:
|
||||
readoutPriority: baseline
|
||||
|
@ -24,7 +24,7 @@ phoenix.add_phoenix_config()
|
||||
#bec.config.update_session_with_file('./ConfigPHOENIX/device_config/phoenix_devices.yaml')
|
||||
|
||||
time.sleep(1)
|
||||
|
||||
w1.
|
||||
|
||||
s1=scans.line_scan(dev.ScanX,0,0.1,steps=4,exp_time=.2,relative=False,delay=2)
|
||||
|
||||
|
@ -77,7 +77,8 @@ class LogTime():
|
||||
now=time.time()
|
||||
#delta=now-self.t0
|
||||
m=str(now)+' sec '+x
|
||||
logger.success(m)
|
||||
logger.success(m)custom_prepare_cls(parent=self, **kwargs)
|
||||
# making the instance of PSID
|
||||
#self.t0=now
|
||||
file=open('MyLogfile.txt','a')
|
||||
file.write(m+'\n')
|
||||
|
Reference in New Issue
Block a user