Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
MNT #417
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 28, 2020
1 parent b0ce793 commit b8a839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile_bluesky/startup/instrument/devices/user_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UserDataDevice(Device):
scan_macro = Component(EpicsSignal, "9idcLAX:USAXS:scanMacro")
spec_file = Component(EpicsSignal, "9idcLAX:USAXS:specFile", string=True)
spec_scan = Component(EpicsSignal, "9idcLAX:USAXS:specScan", string=True)
state = Component(EpicsSignal, "9idcLAX:state", string=True)
state = Component(EpicsSignal, "9idcLAX:state", string=True, write_timeout=0.1)
time_stamp = Component(EpicsSignal, "9idcLAX:USAXS:timeStamp")
user_dir = Component(EpicsSignal, "9idcLAX:userDir", string=True)
user_name = Component(EpicsSignal, "9idcLAX:userName", string=True)
Expand Down

0 comments on commit b8a839f

Please sign in to comment.