08-09-2021 11:53 AM
Does someone has a simple code in C# for ramping up/down a voltage/current for SMU 413x?
Thanks
08-10-2021 06:27 AM
You can use the Sequence mode example that ships with drivers.
Just pass in array of ramp values and associates delays between each value of the ramp signal.
08-10-2021 10:40 PM
To make your life easier, refer to this example
C:\Users\Public\Documents\National Instruments\NI-DCPower\Examples\DotNET 4.5\Sequence\Hardware-Timed Voltage Sweep\cs
There is a similar one for .NET 4.0 too (vb or cs)