Hi all,
I'm using Matlab to control a E4438C VSG via the IVI-com drivers.
So far, I've figured out how to load the drivers, connect to the device, and even upload & select an ARB waveform. However, I, for the life of me, cannot figure out how to turn the ARB output on.
Current Code:
However, at this point, the write noise is not being sent out. I have to mannually hit the arb on button to get it to work. There's got to be a way to turn it on, but I can't find where.
Also, is there a way to send SCPI commands through the IVI-com drivers?
I'm using Matlab to control a E4438C VSG via the IVI-com drivers.
So far, I've figured out how to load the drivers, connect to the device, and even upload & select an ARB waveform. However, I, for the life of me, cannot figure out how to turn the ARB output on.
Current Code:
However, at this point, the write noise is not being sent out. I have to mannually hit the arb on button to get it to work. There's got to be a way to turn it on, but I can't find where.
Also, is there a way to send SCPI commands through the IVI-com drivers?
With the Driver already configured, you can sent the SCPI command to turn on the ARB. Here’s the SCPI command: [:SOUR]:RAD:ARB ON
Regards -