Main Content
removePortConstraintAssociation
Class: Simulink.Mask
Namespace: Simulink
Syntax
aMaskObj.removePortConstraintAssociation(portConstraint, portIdentifier)
aMaskObj.removePortConstraintAssociation(portConstraint)
Description
aMaskObj.removePortConstraintAssociation(
removes the association between the specified port constraint and the port identifier.portConstraint, portIdentifier
)
aMaskObj.removePortConstraintAssociation(
removes all the associated port identifiers with the port constraint.portConstraint
)
Input Arguments
Examples
%Specify the port constraint and port identifier aMaskObj.removePortConstraintAssociation('pc3','pi_1'); %Specify port constraint aMaskObj.removePortConstraintAssociation('pc3');
Version History
Introduced in R2022a