Hi. Manual variant sink.

8 次查看(过去 30 天)
Chetan Sharma
Chetan Sharma 2018-8-23
编辑: Fangjun Jiang 2024-7-10,15:29
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 个评论
Dinesh
Dinesh 2024-7-3,6:31
Could you please share your MATLAB script and the error message that you are getting?

请先登录,再进行评论。

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2024-7-10,15:26
编辑:Fangjun Jiang 2024-7-10,15:29
>> 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'

类别

Help CenterFile Exchange 中查找有关 Variant Inline Components 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by