ScopeTrigger.ConfigureTriggerHysteresis Method
- Updated2023-09-06
- 1 minute(s) read
ScopeTriggerConfigureTriggerHysteresis Method
Configures common properties for analog hysteresis triggering.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public void ConfigureTriggerHysteresis( ScopeTriggerSource triggerSource, double triggerLevel, double triggerhysteresisSize, ScopeTriggerSlope triggerSlope, ScopeTriggerCoupling triggerCoupling, PrecisionTimeSpan triggerHoldoff, PrecisionTimeSpan triggerDelay )
Public Sub ConfigureTriggerHysteresis ( triggerSource As ScopeTriggerSource, triggerLevel As Double, triggerhysteresisSize As Double, triggerSlope As ScopeTriggerSlope, triggerCoupling As ScopeTriggerCoupling, triggerHoldoff As PrecisionTimeSpan, triggerDelay As PrecisionTimeSpan )
Parameters
- triggerSource
- Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSource
The trigger source. - triggerLevel
- Type: SystemDouble
The voltage threshold for the trigger. - triggerhysteresisSize
- Type: SystemDouble
The size of the hysteresis window, in volts, on either side of the Level. - triggerSlope
- Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSlope
A value indicating whether you want a rising edge or a falling edge to trigger the digitizer. - triggerCoupling
- Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerCoupling
A value indicating whether to apply coupling and filtering options to the trigger signal. - triggerHoldoff
- Type: NationalInstrumentsPrecisionTimeSpan
The length of time the digitizer waits after detecting a trigger before enabling NI-SCOPE to detect another trigger. - triggerDelay
- Type: NationalInstrumentsPrecisionTimeSpan
The time duration, in seconds, that the digitizer waits after receiving the trigger to start acquiring data.