Siglent SPD3303

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

SiglentSPD3303 provides a driver that can be used to instantiate an InstroPSU.
InstroPSU with SiglentSPD3303from instro.psu.drivers import SiglentSPD3303
from instro.psu import InstroPSU
psu = InstroPSU(
name="myPSU",
driver=SiglentSPD3303(visa_resource="USB0::0xF4EC::0x1430::SPD3XJGQ806726::INSTR"),
num_channels=2,
)
SiglentSPD3303 can be found in the SDK.Was this page helpful?