libtcspc.BHSPCEvent

class libtcspc.BHSPCEvent[source]

Bases: EventType

Raw 32-bit FIFO record from Becker & Hickl SPC hardware.

Represents one record as produced by the SPC FIFO mode (does not cover SPC-600/630 or TDC-family devices, which use different formats). Typically appears upstream of DecodeBHSPC, which interprets the record and emits the appropriate detection, marker, or bookkeeping events.

Notes

The corresponding C++ event has a single field std::array<std::byte, 4> bytes holding the raw record.

See also

tcspc::bh_spc_event

The underlying C++ event type.