python-ivi / python-usbtmc

Provides a USBTMC driver for controlling instruments over USB
MIT License
162 stars 70 forks source link

If the device is bk precision 8600, activate remote mode at self.open() #53

Open Zanobos opened 5 years ago

Zanobos commented 5 years ago

The electronic load bk precision 8600 requests to open the Remote Mode before perfoming any operations (Rmt led on main display). This proposed patch perform exactly this operations. Tested and working with the device specified. Let me know in case of more details