Hello, there is a question. I'm writing on PC a program for controlling the generator, I'm tired of twisting my hands. So I ran into such a problem. Requires PWM 100KHz 0-3V with modulation frequency of 10 Hz to modulate ARB signals, both mine and built-in from the list. It does not work to write a query so that you can select the type of ARB signal by number or name.
myDmm.WriteString("C1:BSWV WVTP,PULSE,AMP,3.0V,OFST,1.5V,FRQ,100000HZ,DUTY,50.0");
myDmm.WriteString("C1:MDWV STATE,ON,PWM,FRQ,10,MDSP,ARB");
The command myDmm.WriteString("C1:ARWV?"); always returns "C1:ARWV INDEX,0,NAME,StairUp\n"
If we write myDmm.WriteString("C1:ARWV INDEX,6"); then the modulation goes over to AM.
How to make PWM modulate the desired ARB signal?