Keysight E36100

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

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