Rigol DG1022Z

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

RigolDG1022Z provides a driver that can be used to instantiate an InstroAWG.
InstroAWG with RigolDG1022Zfrom instro.awg.drivers import RigolDG1022Z
from instro.awg import InstroAWG
awg = InstroAWG(
name="myAWG",
driver=RigolDG1022Z(visa_resource="USB0::0x1AB1::0x0642::DG1ZA000000000::INSTR"),
num_channels=2,
)
RigolDG1022Z can be found in the SDK.Was this page helpful?