Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

SMU PXIe-413x . Need example code for ramp up/down in C#

Does someone has a simple code in C# for ramping up/down a voltage/current for SMU 413x?

Thanks

0 Kudos
Message 1 of 3
(1,739 Views)

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.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(1,705 Views)

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)

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 3 of 3
(1,700 Views)