PmpBus¶
bus = PmpBus(SimulinkBus, PmpSignals)
Add PmpSignal properties to Bus Elements of a Simulink bus object.
Input |
Description |
---|---|
SimulinkBus |
Simulink.Bus object to which properties will be added. |
PmpSignals |
struct containing PmpSignals created with multiple PmpSignal() variables. The name of the struct members corresponds to the name of the bus elements that they apply to. Note that the PmpSignals array may be incomplete, the missing BusMembers will get default properties. |
Output: Simulink.Bus object with set element properties.