09-18-2014 02:51 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 05:41 AM - edited 09-18-2014 05:42 AM
Hi Rahul,
please ask your question in the forum. PMs aren't the proper way to go here!
Is your question related to any NI hardware or software?
Your thread title mentions VBA, so you should ask in a Microsoft forum dedicated to VBA!
09-18-2014 01:07 PM
@rahulkantyadav wrote:
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
Read the programmer's manual for that model of oscilloscope.