Created attachment 779 [details] different command output Applying this command using chromium-twinkie works fine: "sigrok-cli -d chromium-twinkie --continuous -P usb_power_delivery:fulltext=yes" which returns decoded messages. but when trying to get the Vbus signals using: "sigrok-cli -d chromium-twinkie:analog_channels=2 --continuous -P usb_power_delivery:fulltext=yes" it only shows the decoded signals without the voltage. applying the command without "-P usb_power_delivery:fulltext=yes" provide all needed data but not decoded "CC1,CC2, Vbus-V,vbus-A" So how can I get a decoded message with Vbus values at the same time ? Attached commands outputs: 1-sigrok-cli -d chromium-twinkie --continuous -P usb_power_delivery:fulltext=yes 2-sigrok-cli -d chromium-twinkie:analog_channels=2 --continuous 3-sigrok-cli -d chromium-twinkie:analog_channels=2 --continuous -P usb_power_delivery:fulltext=yes
Get decoder output as well as analog channels' values at the same time? You can't with sigrok-cli, it's not really made for mixed signal data. The output that you currently observe is a byproduct of bug 881 (consider the output's order arbitrary). I'd suggest you use the GUI if you need to inspect the timing relation of analog channels to the content of logic traces and potential results of decoding logic data. Am tempted to set the status to WONTFIX, or alternatively to DUPLICATE.