Closed rosesyrett closed 1 year ago
@coretl this is almost done, except in my tests the db used does not contain an "active" bool signal in the PVI. Could you just modify this MR to include it? Thanks
Try this:
record(bi, "$(IOC_NAME=PANDAQSRV):PCAP:ACTIVE")
{
field(ZNAM, "0")
field(ONAM, "1")
field(PINI, "YES")
info(Q:group, {
"$(IOC_NAME=PANDAQSRV):PCAP:PVI": {
"pvi.active.r": {
"+channel": "NAME",
"+type": "plain"
}
}
})
}
Patch coverage: 100.00%
and project coverage change: +0.55%
:tada:
Comparison is base (
23d4c46
) 98.90% compared to head (feb26da
) 99.45%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves https://github.com/bluesky/ophyd-epics-devices/issues/25
For this to work, I need to be able to query the epics signal via pv access to get the type of the signal, to be used in the signal_factory (i.e epicssignal ... function). Two things need to happen for this to work: