setMinimumPeriodic — These methods will set the minimum target values of the specified target.
These methods will set the minimum 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.
setMinimumPeriodic ( String label , double min )
The command has the following arguments:
label
The target to set
min
The periodic target level to set.
Set minimum periodic value of target 'label' to 'min'.
setMinimumPeriodic ( String label , double min , int startperiod , int endperiod )
The command has the following arguments:
label
The target to set
min
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 minimum periodic value of target 'label' for interval [startperiod,endperiod].
setMinimumPeriodic ( String label , double min , int period )
The command has the following arguments:
label
The target to set
min
The periodic target level to set.
period
The period to set.
Set minimum periodic value of target 'label' for period 'period'.