Is there a way to get the PV host address in p4p like the following pyepics code?
import epics
pv = epics.PV("calcExample")
print(pv.host)
If not, is it possible to expose it in ctxt.get('pv:name'), ctxt.info('pv:name') or any other ways in future version?
Is there a way to get the PV host address in p4p like the following pyepics code?
If not, is it possible to expose it in ctxt.get('pv:name'), ctxt.info('pv:name') or any other ways in future version?