Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Class HorizV1

Python wrapper for pdsdata/acqiris/HorizV1 class.


Construction

This class cannot be instantiated directly, methods of other classes return instances of this type.


Method sampInterval()

Usage: interval = hconfig.sampInterval()

Returns floating number.


Method delayTime()

Usage: delay = hconfig.delayTime()

Returns floating number.


Method nbrSamples()

Usage: nsampl = hconfig.nbrSamples()

Returns integer number.


Method nbrSegments()

Usage: nseg = hconfig.nbrSegments()

Returns integer number.

...

Panel

Class TimestampV1

Python wrapper for pdsdata/acqiris/TimestampV1 class.


Construction

This class cannot be instantiated directly, methods of other classes return instances of this type.


Method pos()

Usage: pos= ts.pos()

Returns floating number.


Method value()

Usage: value = ts.value()

Returns integer number.