Method ssm/setPortProperties


  SETPORTPROPERTIES Sets names of the specified SSM ports.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SETPORTPROPERTIES Sets names of the specified SSM ports.
 
  CALL:        obj = obj.setPortProperties(plist);
 
  Parameters Description
 
  VERSION: $Id: setPortProperties.m,v 1.5 2011/04/08 08:56:23 hewitson Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ssm
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
FIELD 'inputs'
  • 'inputs'
  • 'outputs'
  • 'states'
The field containing the port being changed.
PORTS {} [0x0] none Identifiers (cellstr of "blockNames"/"blockNames.portNames" or "ALL") of the ports you want to modify.
NEW_NAMES {} [0x0] none The new names(s) you want to set to the port(s). Use a cell-array, one entry for each port.
NEW_DESCRIPTIONS {} [0x0] none The new descriptions(s) you want to set to the port(s). Use a cell-array, one entry for each port.
NEW_UNITS none The new names(s) you want to set to the port(s). Use a unit vector, one entry for each port.
back to top back to top

Some information of the method ssm/setPortProperties are listed below:
Class name ssm
Method name setPortProperties
Category Helper
CVS Version $Id: setPortProperties.m,v 1.5 2011/04/08 08:56:23 hewitson Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team