Versions Compared

Key

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

...

Panel

Anchor
_pdsdata.pulnix.TM6740ConfigV2
_pdsdata.pulnix.TM6740ConfigV2

Class _pdsdata.pulnix.TM6740ConfigV2

Python wrapper for pdsdata/pulnix/TM6740ConfigV2 class.


Constants

  • Row_Pixels
  • Column_Pixels

Enum Depth

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

  • TM6740ConfigV2.Depth.Eight_bit
  • TM6740ConfigV2.Depth.Ten_bit

Enum Binning

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

  • TM6740ConfigV2.Binning.x1
  • TM6740ConfigV2.Binning.x2
  • TM6740ConfigV2.Binning.x4

Enum LookupTable

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

  • TM6740ConfigV2.LookupTable.Gamma
  • TM6740ConfigV2.LookupTable.Linear

Construction

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


Method vref_a()

Usage: val = config.vref_a()

Returns integer number.


Method vref_b()

Usage: val = config.vref_b()

Returns integer number.


Method gain_a()

Usage: val = config.gain_a()

Returns integer number.


Method gain_b()

Usage: val = config.gain_b()

Returns integer number.


Method gain_balance()

Usage: val = config.gain_balance()

Returns Boolean value.


Method output_resolution()

Usage: val = config.output_resolution()

Returns bit-depth of pixel counts as enum TM6740ConfigV1TM6740ConfigV2.Depth.


Method output_resolution_bits()

Usage: val = config.output_resolution_bits()

Returns bit-depth of pixel counts (in actual bits).


Method horizontal_binning()

Usage: val = config.horizontal_binning()

Returns horizontal re-binning of output (consecutive columns summed) as enum TM6740ConfigV1TM6740ConfigV2.Binning.


Method vertical_binning()

Usage: val = config.vertical_binning()

Returns vertical re-binning of output (consecutive rows summed) as enum TM6740ConfigV1TM6740ConfigV2.Binning.


Method lookuptable_mode()

Usage: val = config.lookuptable_mode()

Returns output lookup table corrections as enum TM6740ConfigV1TM6740ConfigV2.LookupTable.

...

Anchor
acqiris
acqiris

...