Signal Builder
Create and generate interchangeable groups of signals whose waveforms are piecewise linear
The Signal Builder block has been removed. For more information on why you should migrate your models, see Migrate from Signal Builder Block to Signal Editor Block.
Description
The Signal Builder block allows you to create interchangeable groups of piecewise linear signal sources and use them in a model. You can quickly switch the signal groups into and out of a model to facilitate testing. In the Signal Builder window, create signals and define the output waveforms. To open the window, double-click the block. See Signal Groups.
Note
Use the signalbuilder
function to create
and access Signal Builder blocks programmatically.
Migrating from Signal Builder Blocks
The Signal Builder block is no longer a recommended block due to lack of support for:
Standard Simulink® data types
Simulink units
Signals with different sample times
set_param
andget_param
Storage of signal data outside the model, such as MAT-files
Exporting to Excel® files
Instead, consider using the Signal Editor block, which is
functionally similar. To migrate the block configurations from a Signal
Builder block to Signal Editor block use the
signalBuilderToSignalEditor
function. For more information,
see Replace Signal Builder Block with Signal Editor Block.