NIRfsg Namespace

Table of Contents

RfsgDigitalEdgeScriptTrigger.Configure Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDigitalEdgeScriptTrigger.Configure Method

RfsgDigitalEdgeScriptTriggerConfigure Method

Configures the specified Script trigger for digital edge triggering.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public void Configure(
	RfsgDigitalEdgeScriptTriggerSource source,
	RfsgTriggerEdge edge
)
Public Sub Configure ( 
	source As RfsgDigitalEdgeScriptTriggerSource,
	edge As RfsgTriggerEdge
)

Parameters

source  RfsgDigitalEdgeScriptTriggerSource
Specifies the source terminal for the digital edge Script trigger. NI-RFSG sets Source to this value.
edge  RfsgTriggerEdge
Specifies the active edge for the digital edge Script trigger. NI-RFSG sets Edge to this value.

The default value is RisingEdge.

Exceptions

ExceptionCondition
ObjectDisposedException The Configure(RfsgDigitalEdgeScriptTriggerSource, RfsgTriggerEdge) method was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience