Versions Compared

Key

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

...

Panel

Anchor
_pdsdata.acqiris.TrigV1
_pdsdata.acqiris.TrigV1

Class TrigV1

Python wrapper for pdsdata/acqiris/TrigV1 class.


Construction

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


Anchor
_pdsdata.acqiris.TrigV1.Coupling
_pdsdata.acqiris.TrigV1.Coupling

Enum Coupling

This enum is an embedded type of TrigV1 class. Following enum members are defined currently:

  • TrigV1.Coupling.DC
  • TrigV1.Coupling.AC
  • TrigV1.Coupling.HFreject
  • TrigV1.Coupling.DC50ohm
  • TrigV1.Coupling.AC50ohm

Anchor
_pdsdata.acqiris.TrigV1.Slope
_pdsdata.acqiris.TrigV1.Slope

Enum Slope

This enum is an embedded type of TrigV1 class. Following enum members are defined currently:

  • TrigV1.Slope.Positive
  • TrigV1.Slope.Negative
  • TrigV1.Slope.OutOfWindow
  • TrigV1.Slope.IntoWindow
  • TrigV1.Slope.HFDivide
  • TrigV1.Slope.SpikeStretcher

Anchor
_pdsdata.acqiris.TrigV1.Source
_pdsdata.acqiris.TrigV1.Source

Enum Source

This enum is an embedded type of TrigV1 class. Following enum members are defined currently:

  • TrigV1.Source.Internal
  • TrigV1.Source.External

Method coupling()

Usage: coupling = trig.coupling()

Returns enum of TrigV1.Coupling type.


Method input()

Usage: input = trig.input()

Returns enum of TrigV1.Source type.


Method slope()

Usage: slope = trig.slope()

Returns enum of TrigV1.Slope type.


Method level()

Usage: level = trig.level()

Returns floating number.

...

Module _pdsdata.bld

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

Panel

Anchor
_pdsdata.bld.BldDataEBeam
_pdsdata.bld.BldDataEBeam

Class BldDataEBeam

Python wrapper for pdsdata/bld/BldDataEBeam class.


Construction

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


Property uDamageMask

Usage: mask = ebeam.uDamageMask

Returns integer number.


Property fEbeamCharge

Usage: val = ebeam.fEbeamCharge

Returns floating number.


Property fEbeamL3Energy

Usage: val = ebeam.fEbeamL3Energy

Returns floating number.


Property fEbeamLTUPosX

Usage: val = ebeam.fEbeamLTUPosX

Returns floating number.


Property fEbeamLTUPosY

Usage: val = ebeam.fEbeamLTUPosY

Returns floating number.


Property fEbeamLTUAngX

Usage: val = ebeam.fEbeamLTUAngX

Returns floating number.


Property fEbeamLTUAngY

Usage: val = ebeam.fEbeamLTUAngY

Returns floating number.


Property fEbeamPkCurrBC2

Usage: val = ebeam.fEbeamPkCurrBC2

Returns floating number.