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