Or, here's another approach. I could use Steve Marple's python-zwoasi to access the SDK.
In the examples script (python-zwoasi/zwoasi/examples/zwoasi_demo.py /) at github.com lines 71 & 72 read
#Use minimum USB bandwidth permitted
camera.set_control_value(asi.ASI_BANDWIDTHOVERLOAD, camera.get_controls()['BandWidth']['MinValue'])
Are you referring to either the BandWidth or MinValue parameters?
Thank you.