but I only enabled channel A yet I keep on getting the data to BufferB.
It doesn't meter whether I plug it to channel A or B in the device I get reading into bufferB
when the configuration is (plugged into channelB):
- Code: Select all
PICO.SetChannel(PS3000.Channel.ChannelA , true , PS3000.Coupling.DC , PS3000.Range.Range2V);
PICO.SetChannel(PS3000.Channel.ChannelA,false, PS3000.Coupling.DC, PS3000.Range.Range2V);
the result is that bufferB get the sempling,
when the configuration is (plugged into channelB):
- Code: Select all
PICO.SetChannel(PS3000.Channel.ChannelA , false, PS3000.Coupling.DC , PS3000.Range.Range2V);
PICO.SetChannel(PS3000.Channel.ChannelA, true, PS3000.Coupling.DC, PS3000.Range.Range2V);
I get both in bufferA and bufferB data...
why? what's probably wrong now?
Thanks.
Cart

