Jump to content
  • 0

mulitple scopes in linux


Torfey

Question

I'm using two Analog Discovery 2's in an embedded Debian linux environment using the python interface with my own code.  I need to be able to know which physical scope I'm connecting to when I open both scopes because even though the usb assignment might change, the wiring won't. So I need to know in software which scope is which.

Can you suggest a way to choose which scope to connect to?  Or, failing being able to know ahead of time, what's the easiest way to know which scope I've connected to and possibly close it and switch to the other?

Thanks.

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Thanks.  I was able to use the FDwfEnum and  FDwfEnumSN calls to get the serial number of the devices and associate them with the idxDevice device index. Then, knowing from outside which serial number AD2 is wired where, can then look up that SN's index.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...