setMaximumPeriodic — These methods will set the maximum target values of the specified target.
These methods will set the maximum target values of the specified target. There are three alternate forms: set the value for all periods, set the value for a single period, and set the value for a range of periods.
The target values should be specified on a periodic basis.
setMaximumPeriodic ( String label , double maxv )
The command has the following arguments:
label
The target to set
max
The periodic target level to set. This value will be multiplied by the number of years in each period.
Set maximum periodic value of target 'label' to 'max'.
setMaximumPeriodic ( String label , double maxv , int startperiod , int endperiod )
The command has the following arguments:
label
The target to set
max
The periodic target level to set.
startperiod
The starting period of the interval to set
endperiod
The ending period of the interval to set
Set maximum periodic value of target 'label' for interval [startperiod,endperiod].
setMaximumPeriodic ( String label , double maxv , int period )
The command has the following arguments:
label
The target to set
max
The periodic target level to set.
period
The period to set.
Set maximum periodic value of target 'label' for period 'period'.