Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

USB6008 - Problem changing voltage range on an open voltage channel using C#

Solved!
Go to solution

I have an application that requires two difference voltage ranges on a single voltage channel. I'm using C# and I can't find how to clear an existing voltage channel and re-open it with a different range.

 

Thanks in advance!

 

0 Kudos
Message 1 of 2
(3,230 Views)
Solution
Accepted by topic author TimBledsoe-Lync

Found it... 

 

TaskAIChannels.AIChannels.All.RangeHigh = high;
TaskAIChannels.AIChannels.All.RangeLow = lo;

0 Kudos
Message 2 of 2
(3,228 Views)