Keysight 33521B

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

Keysight33521B provides a driver that can be used to instantiate an InstroAWG.
InstroAWG with Keysight33521Bfrom instro.awg.drivers import Keysight33521B
from instro.awg import InstroAWG
awg = InstroAWG(
name="myAWG",
driver=Keysight33521B(visa_resource="USB0::..."),
num_channels=1,
)
Keysight33521B can be found in the SDK.Was this page helpful?