Check for instrument objects
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there a way to look for existing interface objects prior to creating new ones? For example, if programs don't complete there are often objects in memory still connected to instruments. This causes problems if they are in place when the program is run again.
A better practice would be to make sure no objects exist before creating new ones, but I'm not sure how.
Thanks.
0 commentaires
Réponse acceptée
Gerd
le 6 Juin 2011
Hi Arun,
what interface objects are you looking for. When you talking about serial communication object you can find them using
instrfind
Gerd
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Instrument Connection and Communication dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!