01-09-2019 03:18 AM
hello,
below is the program i am working on,which sources the voltage from 1vto -1v.
i want to reverse it(i.e. -1v to 1v)
please help me where should i do the modification without much hassle.
thanks
01-09-2019 03:53 AM - edited 01-09-2019 03:55 AM
Hi jyot,
below is the program i am working on
Clean up. Really.
which sources the voltage from 1vto -1v. i want to reverse it(i.e. -1v to 1v)
Just swap the values for "initial voltage" and "final voltage" and negate the difference…
(Hint: Use the Ramp function to create an array of voltage setpoints and autoindex it with your FOR loop. No need to do calculation in the loop.)
Btw. SI unit for voltages is a capital V.
01-09-2019 11:22 AM
@GerdW wrote:
Hi jyot,
below is the program i am working on
Clean up. Really.
which sources the voltage from 1vto -1v. i want to reverse it(i.e. -1v to 1v)
Just swap the values for "initial voltage" and "final voltage" and negate the difference…
(Hint: Use the Ramp function to create an array of voltage setpoints and autoindex it with your FOR loop. No need to do calculation in the loop.)
Btw. SI unit for voltages is a capital V.
As long as we're on the topic of formatting with SI units, the value should be separated from the unit with a space. e.g., 1.5 MHz.