Hi. Manual variant sink.

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 Comment

Could you please share your MATLAB script and the error message that you are getting?

Sign in to comment.

Answers (1)

Fangjun Jiang
Fangjun Jiang on 10 Jul 2024
Edited: Fangjun Jiang on 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'

Categories

Products

Release

R2017b

Asked:

on 23 Aug 2018

Edited:

on 10 Jul 2024

Community Treasure Hunt

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

Start Hunting!