addConnector
Class: simscape.multibody.Multibody
Namespace: simscape.multibody
Description
addConnector(
adds a connector named mb
,connectorName
,internalPath
)connectorName
to the simscape.multibody.Multibody
object, mb
. The new connector
corresponds to a frame connector of a component object that is at the top level of the
mb
object. The internalPath
argument is the path for
the connector of the internal object. The path has two elements, the first element is the
name of the component object, and the second element is the connector name.
Note that you can add multiple connectors that link to the same internal frame connecter when the frame connector serves multiple purposes in the model.
Input Arguments
Version History
Introduced in R2022a