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