TriggerConfig#
- class TriggerConfig(source: Optional[str] = None, level: float = 0.5, imp50: bool = True, force_sw_trigger: bool = False)[source]#
Bases:
object
Settings for the trigger
Methods
__init__
([source, level, imp50, ...])Attributes
if True, the sequencer program waits for the software trigger even in sequencer-based mode.
trigger input impedance - 50 Ohm if True; else high impedance
trigger level
trigger source.
- Parameters:
source (str) –
level (float) –
imp50 (bool) –
force_sw_trigger (bool) –