Attach dimensions

class diaGrabber.source._dimension.basisDimension(name, index, resolution, includeMethod)

basisDimensionText

evalIncludeMethod(includeMethod)
  • ‘all’: include all values of the dimension
  • [START,STOP]: include all values from START to STOP
  • ‘chronic’: include the last n=resolution values
includeAll()

Include all values and sort in a range from min to max values dissolved by the resolution !!!: not all sources can define the min and max values

includeChronic()

Only take the last [dimension.resolution] values override when read more than that

includeFromTo(from_to_list)
setCounter(start=0, delta=1)
setPlotOnlyRecentPosition(TrueOrFalse)
setPlotRange(start, stop, step)

type ‘None’ if you don’t want to define the input

class diaGrabber.source._dimension.mergeDimension(name, index, mergeMethod)

mergeDimensionText

setMergeMethod(mergeMethod)

defines an alternative merge-method from diaGrabber.methods.merge

Installing your doc directory

Dimension von source entkoppeln methods in dim rein

Table Of Contents

Previous topic

diaGrabber.source

Next topic

Methods to ...

This Page