NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTrigger.ConfigureTriggerSoftware Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTrigger.ConfigureTriggerSoftware Method

ScopeTriggerConfigureTriggerSoftware Method

Configures common properties for software triggering.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public void ConfigureTriggerSoftware(
	PrecisionTimeSpan triggerHoldoff,
	PrecisionTimeSpan triggerDelay
)
Public Sub ConfigureTriggerSoftware ( 
	triggerHoldoff As PrecisionTimeSpan,
	triggerDelay As PrecisionTimeSpan
)

Parameters

triggerHoldoff
Type: NationalInstrumentsPrecisionTimeSpan
The length of time, in seconds, the digitizer waits after detecting a trigger before enabling NI-SCOPE to detect another trigger.
triggerDelay
Type: NationalInstrumentsPrecisionTimeSpan
The length of time, in seconds, the digitizer waits after receiving the trigger to start acquiring data.

See Also

Log in to get a better experience