Hi,
I need to communicate the following sweep settings to the instrument remotely:
Sweep Trigger: Ext
Point Trigger: Ext
To accomplish the first one, fprintf(inst, 'TRIG:SOUR EXT\n'); seems to do the job.
How do I set the point trigger? Could not find a command for it in the manual.
I need to communicate the following sweep settings to the instrument remotely:
Sweep Trigger: Ext
Point Trigger: Ext
To accomplish the first one, fprintf(inst, 'TRIG:SOUR EXT\n'); seems to do the job.
How do I set the point trigger? Could not find a command for it in the manual.