Miulti-dimensional Aquisition Channels List Access

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Miulti-dimensional Aquisition Channels List Access

lashford
Nico,
      I would like to access the Multi-dimensional Acquisition Channels 'List' as seen in the Multi-dimensional Acquisition Dialog ‘Channels’ section, programmatically for a new Adapter I developing. That would include all the fields for each entry. How would I do that? I would like to have that access before (possibly when items are added / removed) and or at the time of the Acquire button press.
     Thanks,
     Louis Ashford
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Miulti-dimensional Aquisition Channels List Access

Nico Stuurman
Administrator

On Jan 25, 2012, at 1:22 PM, lashford wrote:

     I would like to access the Multi-dimensional Acquisition Channels 'List' as seen in the Multi-dimensional Acquisition Dialog ‘Channels’ section, programmatically for a new Adapter I developing.

Are you talking about a Device Adapter?  These have no way to access anything in the UI code (where the Acquisition Engine lives).

However, if you are developing a Micro-Manager plugin (in Java), then you can use the AcquisitionEngine Interface: https://valelab.ucsf.edu/~MM/doc/mmstudio/org/micromanager/api/AcquisitionEngine.html


Best,

Nico

That would include all the fields for each entry. How would I do that? I would like to have that access before (possibly when items are added / removed) and or at the time of the Acquire button press.
    Thanks,
    Louis Ashford


--
View this message in context: http://micro-manager.3463995.n2.nabble.com/Miulti-dimensional-Aquisition-Channels-List-Access-tp7225151p7225151.html
Sent from the Micro-Manager mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
micro-manager-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/micro-manager-general


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
micro-manager-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/micro-manager-general
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Miulti-dimensional Aquisition Channels List Access

lashford
Nico,
     Thanks for your reply and your links. I can see I do need to do this in a plug-in and all the functions I need are accessible through the api/aquisitionengine that way.
     As always I greatly appreciate and thank you for your responsiveness.
     Louis Ashford
Loading...