add_data_def_signals(data_def, names)#

Add signals to a scope.

Parameters:
data_defsuite.DataDef

Input scope, which is an operator, state, or action.

namesList[str]

Names of the signals to add.

Returns:
List[suite.LocalVariable]

List of added signals.