Table of Contents
qc_terminate_unconnected_ports
Terminates all unconnected ports in the given system.
qc_terminate_unconnected_ports(model) Terminate ports in model qc_terminate_unconnected_ports(sys) Terminate ports in subsystem qc_terminate_unconnected_ports(block) Terminate ports of block qc_terminate_unconnected_ports Terminate ports in current model
Terminates all unconnected ports in the given model, subsystem or block using
MATLAB Command Line
Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window:
doc simulink/GroundMATLAB Command Line
Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window:
doc simulink/TerminatorMATLAB Command Line
Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window:
doc bdrootmodel
A string indicating the name of the model e.g. 'q_a_lpbk' or bdroot
.
sys
A string or handle of a subsystem within the model.
block
The path or handle to a block within the model.
This function has no outputs.
qc_terminate_unconnected_ports; % Terminate all unconnected ports in the current model.
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.