Data Acquisition Toolbox    
StopTriggerCondition

Specify the condition that must be satisfied before a stop trigger executes

Description

StopTriggerCondition can be None, Rising, or Falling. As described below, the stop trigger condition depends on the value specified for the StopTriggerType property, which can be HwDigital or HwAnalog.

If StopTriggerCondition is Rising, the trigger executes on the rising edge of TGIN line (HwDigital), or when the analog input signal rises above the value given in StopTriggerConditionValue (HwAnalog). If StopTriggerCondition is Falling, the trigger executes on the falling edge of TGIN line (HwDigital), or when the analog input signal falls below the value given in StopTriggerConditionValue (HwAnalog).

If you use stop triggers in conjunction with start triggers, and both trigger types are HwDigital, then the trigger conditions must be the same for both triggers (for example, both Rising or both Falling).

Characteristics

Vendor
Keithley
Usage
AI, Common
Access
Read/write
Data Type
String
Read-only when running
Yes

Values

The following stop trigger condition is used when StopTriggerType is None.

{None}
No stop trigger condition is required.

The following stop trigger conditions are used when StopTriggerType is HwDigital or HwAnalog.

{Rising}
Trigger on the rising edge of TGIN line, or when the analog input signal rises above the value given in StopTriggerConditionValue.
Falling
Trigger on the falling edge of TGIN line, or when the analog input signal falls below the value given in StopTriggerConditionValue.

See Also

Properties

StopTriggerChannel, StopTriggerConditionValue, StopTriggerDelay, StopTriggerType


  StopTriggerChannel StopTriggerConditionValue