B&K Precision 9115

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

BK9115 provides a driver that can be used to instantiate an InstroPSU.
InstroPSU with BK9115from instro.psu.drivers import BK9115
from instro.psu import InstroPSU
psu = InstroPSU(
name="myPSU",
driver=BK9115(visa_resource="USB0::..."),
num_channels=1,
)
BK9115 can be found in the SDK.Was this page helpful?