Method pzmodel/setTimespan


  SETTIMESPAN sets the 'timespan' property of a ltpda_uoh object.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SETTIMESPAN sets the 'timespan' property of a ltpda_uoh object.
 
  CALL:        objs.setTimespan(ts);
               objs.setTimespan(plist('timespan', val));
               objs = objs.setTimespan(val);
 
  INPUTS:      objs: Any shape of ltpda_uoh objects
               val:
                  1. Single PLIST e.g.
                       Each object in objs get this value.
                  2. Single PLIST in a cell-array
                       Each objects in objs get this value.
                  3. cell-array with the same number of PLISTSs as in objs
                     e.g. {pl1, pl2, pl3} and 3 objects in objs
                       Each object in objs get its corresponding value from the
                       cell-array
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_uoh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
setTimespan
TIMESPAN (empty-plist) none A timespan object.

Example

plist('TIMESPAN', plist())

back to top back to top

Some information of the method ltpda_uoh/setTimespan are listed below:
Class name ltpda_uoh
Method name setTimespan
Category Helper
Package name ltpda
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team