hi
i would like to know whether one can create step change/perturbation in output voltage of "Agilent N5769A - DC Power supply" with the help of programming, for example : 50 V to 75 V or 50 V to 25 V.
Thanks in advance
i would like to know whether one can create step change/perturbation in output voltage of "Agilent N5769A - DC Power supply" with the help of programming, for example : 50 V to 75 V or 50 V to 25 V.
Thanks in advance
Yes you can do this. The N5700 supplies have a triggered value for voltage that will output when a trigger is sent to the instrument. The following commands should set up a trigger from 50 to 75 V:
OUTP ON
VOLT 50
VOLT:TRIG 75
INIT
wait till you want to trigger the change
*TRG
You can't do any precise timing though. It will just change when it receives the trigger.
Give this a try and let me know if it works for you.