Skip to content

Instantly share code, notes, and snippets.

View ambarb's full-sized avatar

Andi Barbour ambarb

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from databroker.eventsource.archiver import ArchiverEventSource
pv_list=['XF:23ID-ID{BPM}Val:PosXS-I'] # 'XF:23ID1-OP{FBck}PID.OVAL',
ARCHIVER_URL = 'http://xf23id-ca.cs.nsls2.local:17668'
arc = ArchiverEventSource(ARCHIVER_URL, 'US/Eastern', pv_list)
hdr = db[69209]
for p in pv_list:
print(p)
arc.descriptors_given_header(hdr)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.