Group | Model Interaction, Control Signals |
---|---|
Description |
Set the current values of the control signals sent to the computation node subsystem. These signals can be return by a call to |
GetControlSignals. The values are sent to the appropriate position at the output of the OpComm block, found in the subsystem with the specified logicalId, which receives its inputs from the model's console subsystem. | |
Required Control | Signal Control |
---|---|
Usage | values = (value1, value2, ...) RtlabApi.SetControlSignals ( logicalId, values ) |
Input |
|
Output | None |
Exception |
|
|
| |
Examples | See the example control_signal. |
---|---|
Related Items | GetSignalControl, GetControlSignals |
Modules | import RtlabApi |