Hi. Manual variant sink.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi. I am trying to use manual variant sink programatically using a m-script and there is an error for the parameter. Can anyone suggest me what parameter is to be used for manual variant sink as in case of manual switch it is 'sw'? Thanks in advance.
1 commentaire
Dinesh
le 3 Juil 2024
Could you please share your MATLAB script and the error message that you are getting?
Réponses (1)
Fangjun Jiang
le 10 Juil 2024
Modifié(e) : Fangjun Jiang
le 10 Juil 2024
>> get_param(gcb,'sw')
ans =
'1'
>> get_param(gcb,'sw')
ans =
'0'
>> get_param(gcb, 'LabelModeActiveChoice')
ans =
'V_2'
>> get_param(gcb, 'LabelModeActiveChoice')
ans =
'V_1'
0 commentaires
Voir également
Catégories
En savoir plus sur Variant Systems dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!