dwfpy.digital_output.DigitalOutputTrigger

class DigitalOutputTrigger(module)[source]

Bases: object

Represents the trigger unit of a digital output device.

Methods

Attributes

repeat

Gets or sets the repeat trigger option.

slope

Gets or sets the trigger slope for the instrument.

source

Gets or sets the current trigger source setting for the instrument.

property repeat: bool

Gets or sets the repeat trigger option. To include the trigger in wait-run repeat cycles, set ‘repeat’ to True.

Return type

bool

property slope: TriggerSlope

Gets or sets the trigger slope for the instrument.

Return type

TriggerSlope

property source: TriggerSource

Gets or sets the current trigger source setting for the instrument.

Return type

TriggerSource