B&K Precision 914x

BK914X provides a driver that can be used to instantiate an InstroPSU.
Creating an InstroPSU with BK914X
BK914X 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 InstroPSU

BK914X provides a driver that can be used to instantiate an InstroPSU.
InstroPSU with BK914Xfrom instro.psu.drivers import BK914X
from instro.psu import InstroPSU
psu = InstroPSU(
name="myPSU",
driver=BK914X(visa_resource="USB0::..."),
num_channels=3, # 1-3, depending on the exact 914X model
)
BK914X can be found in the SDK.Was this page helpful?