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 Ground MATLAB Command Line Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window: doc simulink/Ground and/or Terminator MATLAB Command Line Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window: doc simulink/Terminator blocks. If no model, subsystem or block is specified then it uses the current model, as returned by bdroot MATLAB Command Line Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window: doc bdroot.
model
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 ©2025 Quanser Inc. This page was generated 2025-11-01. Submit feedback to Quanser about this page.
Link to this page.