B&K Precision 85xx

BK85XXB provides a driver that can be used to instantiate an InstroELoad.
Creating an InstroELoad with BK85XXB
BK85XXB can be found in the SDK.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A driver for InstroELoad

BK85XXB provides a driver that can be used to instantiate an InstroELoad.
InstroELoad with BK85XXBfrom instro.eload.drivers import BK85XXB
from instro.eload import InstroELoad
eload = InstroELoad(
name="myELoad",
driver=BK85XXB(visa_resource="USB0::0x0614::0x0960::8514B12345::INSTR"),
)
BK85XXB can be found in the SDK.Was this page helpful?