Select elements based on specified range of values
Notes
Available conditional attributes:
(Conditional attributes enabled by default suffixed with +)
Methods
reset() |
Initialization RangeElementSelector
Parameters : | lower :
upper :
inclusive :
mode :
enable_ca : None or list of str
disable_ca : None or list of str
descr : str
`upper` could be lower than `lower` – then selection is done : on values <= lower or >=upper (ie tails). This would produce : the same result if called with flipped values for mode and : inclusive. : If no upper no lower is set, assuming upper,lower=0, thus : outputing non-0 elements : |
---|
Methods
reset() |