Hi All,
I am trying to generate a waveform in pulse mode (program taken from the link Examples for Python | Moku API). I am using the following command:
" i.burst_modulate(channel=2, trigger_source=‘Input1’,trigger_mode=‘NCycle’,burst_cycles=3,trigger_level=0.1)"
After executing this command, I get an error stating that “Exception occurred: [‘4Vpp is not a valid value for Input range’]”. I am confused as to why I am exceeding 4Vpp. Any help is appreciated. Thanks!
Avinash Kumar