Get USB Port # of attached iDevices via command line?

Hi. I am able to get the USB port # of attached Android devices in command line via "adb devices -l". And in fact with adb, I can use the "shell getprops" parameters to find all sorts of things. But that's all for Android devices.

I'm trying to find the same thing for attached iPhone & iPads via command line. I've played around with idb but even "idb describe" with all the metadata it provides does not include USB port #. I've looked into xcrun xctrace but don't see anything there either. Might anyone have other suggestions or other tools I should look into? Thanks!

Get USB Port # of attached iDevices via command line?
 
 
Q