Provide parameters for each target connectivity component
An rtw.connectivity.ComponentArgs
object provides
functions for getting information about the source component and the target
application.
compArgs = rtw.connectivity.ComponentArgs (componentPath,
componentCodePath, componentCodeName, applicationCodePath)
returns a handle to an rtw.connectivity.ComponentArgs
object.
Function | Description |
---|---|
getComponentPath |
|
getComponentCodePath |
|
getComponentCodeName |
|
getApplicationCodePath |
|
getParam |
|
rtw.connectivity.ComponentArgs
in PIL ConnectivityFor an example that shows how to use this object in setting up PIL connectivity, see: