Hi all, im using pyepics device to interact with plugins.
I tried doing:
a = epics.Device("A", delim=":",attrs=["B"])
a.put("B", 4)
Since "A:B" is a nonexistent PV in my environment, i would expect an error or at least a warning here, but i get nothing.
It seems the attribute is a PV object and PV also dont have an option for raising an exception when put to nonexistent things:
a = epics.PV("A:B")
a.put(4)
Also returns no error. Is there any way to make this happen?
Would a PR in pyepics be welcome in this direction?
Thanks,
Marco
Aviso Legal: Esta mensagem e seus anexos podem conter informações confidenciais e/ou de uso restrito. Observe atentamente seu conteúdo e considere eventual consulta
ao remetente antes de copiá-la, divulgá-la ou distribuí-la. Se você recebeu esta mensagem por engano, por favor avise o remetente e apague-a imediatamente.
Disclaimer: This email and its attachments may contain confidential and/or privileged information. Observe its content carefully and consider possible querying
to the sender before copying, disclosing or distributing it. If you have received this email by mistake, please notify the sender and delete it immediately.
|