Hi. Manual variant sink.

2 Ansichten (letzte 30 Tage)
Chetan Sharma
Chetan Sharma am 23 Aug. 2018
Bearbeitet: Fangjun Jiang am 10 Jul. 2024
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 Kommentar
Dinesh
Dinesh am 3 Jul. 2024
Could you please share your MATLAB script and the error message that you are getting?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Fangjun Jiang
Fangjun Jiang am 10 Jul. 2024
Bearbeitet: Fangjun Jiang am 10 Jul. 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'

Kategorien

Mehr zu Variant Systems finden Sie in Help Center und File Exchange

Produkte


Version

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by