09-18-2014 01:08 AM
Hello,
I am trying to get which channel (1 or 2 or 3 or 4) is selected in Oscilloscope?
I tried to get the View property of the channels like below:
app.Acquisition.C1.View // but there can be multiple channels whose view property is also true.
My problem is there can be more than 1 channels whose view property is also True (depend on if you toggle the channel or not). So I am unable to identify which channel is selected . (Here selected means - light on)
Thanks in Advance
Rahul
09-18-2014 01:11 AM
09-18-2014 02:54 AM
I think I have posted this query in wrong forum..
Now I have moved this query to http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/VBA-automation-to-get-the-selected-channel-in...