pcdshub / pcdsdevices

Collection of Ophyd device subclasses for IOCs unique to LCLS PCDS.
https://pcdshub.github.io/pcdsdevices/
Other
5 stars 58 forks source link

BUG: fully fill formatted kwargs in TprTrigger.ns_delay_scan #1226

Closed tangkong closed 4 months ago

tangkong commented 4 months ago

Description

Fills the requested kwarg in a FormattedComponent of TprTrigger

Motivation and Context

Closes #1225

How Has This Been Tested?

Interactively

In [1]: from pcdsdevices.tpr import TprTrigger, TimingMode

In [2]: trig0 = TprTrigger('LAS:LHN:TPR:02', name='trig0', channel=00, timing_mode=TimingMode.LCLS2)

In [3]: trig0.connected
Out[3]: True

Where Has This Been Documented?

This PR

Pre-merge checklist