Versions Compared

Key

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

...

Panel

Anchor
_pdsdata.bld.BldDataPhaseCavity
_pdsdata.bld.BldDataPhaseCavity

Class BldDataPhaseCavity

Python wrapper for pdsdata/bld/BldDataPhaseCavity class.


Construction

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


Property fFitTime1

Usage: val = phase.fFitTime1

Returns floating number.


Property fFitTime2

Usage: val = phase.fFitTime2

Returns floating number.


Property fCharge1

Usage: val = phase.fCharge1

Returns floating number.


Property fCharge2

Usage: val = phase.fCharge2

Returns floating number.

...

Module _pdsdata.camera

This module contains classes corresponding to those in C++ pdsdata/camera package.

Panel

Anchor
_pdsdata.camera.FrameCoord
_pdsdata.camera.FrameCoord

Class FrameCoord

Python wrapper for pdsdata/camera/FrameCoord class.


Construction

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


Property column

Usage: x = coord.column

Returns integer number.


Property column

Usage: y = coord.row

Returns integer number.


Property x

Usage: x = coord.x

Returns integer number, this is equivalent to column property.


Property y

Usage: y = coord.y

Returns integer number, this is equivalent to row property.