When I use a home grown Python client to query my Archiver Appliance, I get different key pairs for analog channels than I do for a boolean channel.
JDK 11.0.2 (yes I need to change to JDK 12)
Tomcat 9
AA SnapShot-13, Nov 2019
Here's my sample IPython terminal output:
Analog Channel
In [10]: log = logging.basicConfig(level=logging.DEBUG)
In [11]: client.getPVTypeInfo("cmm:beam_current")
DEBUG:RestClient:URL built:/mgmt/bpl/getPVTypeInfo?pv=cmm%3Abeam_current
When I use a home grown Python client to query my Archiver Appliance, I get different key pairs for analog channels than I do for a boolean channel.
Here's my sample IPython terminal output:
Analog Channel
Truncated Output Possibly Rearranged
Boolean Channel:
Checking for Specific Key Pair
A few more details: