|
def | __init__ (self, pulsedmeasurementlogic) |
|
def | extraction_settings (self) |
|
def | extraction_settings (self, settings_dict) |
|
def | extraction_methods (self) |
| Return available extraction methods depending on if the fast counter is gated or not. More...
|
|
def | full_settings_dict (self) |
|
def | extract_laser_pulses (self, count_data) |
|
◆ extraction_methods()
def pulse_extractor.PulseExtractor.extraction_methods |
( |
|
self | ) |
|
Return available extraction methods depending on if the fast counter is gated or not.
- Returns
- dict: Dictionary with keys being the method names and values being the methods.
◆ is_extractor_class()
def pulse_extractor.PulseExtractor.is_extractor_class |
( |
|
obj | ) |
|
|
static |
Helper method to check if an object is a valid extractor class.
- Parameters
-
object | obj: object to check |
- Returns
- bool: True if obj is a valid extractor class, False otherwise
The documentation for this class was generated from the following file:
- logic/pulsed/pulse_extractor.py