MATLAB: Get the names of the outputs of a Signal Builder by using the command window

nameoutputsignalbuilder

Hi,
I would like to know how to get the names of the outputs of a Signal Builder by using the command window.
If it's not clear do not hesitate to ask me more details.
Thanks

Best Answer

Is this what you're looking for:
>> [~, ~, signalNames] = signalbuilder('path/to/sigbuilder/block')