Find allowable values in matlab data acquisition toolbox
Mostra commenti meno recenti
I am trying to set up an NI9237 module. I would like to obtain (through matlab) the allowable values for (internal) excitation voltage, nominal bridge resistance, bridge mode etc. I would also like a generic approach to this so that I can plug any type of hardware module in and it spits out the allowable values for any user-changeable setting.
I know they are in there somewhere because if I try to specify a value that is not allowed, the error message lists the allowable values.
Is this possible?
Thanks
3 Commenti
Walter Roberson
il 10 Mar 2025
If you would normally
set(OBJECT, PARAMETER, VALUE)
then try
possible_values = set(OBJECT, PARAMETER)
and likely the result will be a description of the permitted values.
CM
il 26 Mar 2025
Walter Roberson
il 26 Mar 2025
I am not at all sure, but I suspect that is a reflection of the fact that ExcitationVoltage is only set in some modes.
Risposte (0)
Categorie
Scopri di più su National Instruments Frame Grabbers in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!