NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerDigitalEdgeStartTrigger.Configure Method

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerDigitalEdgeStartTrigger.Configure Method

DCPowerDigitalEdgeStartTriggerConfigure Method

Configures the StartTrigger for digital edge triggering.

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

Syntax

public void Configure(
	DCPowerDigitalEdgeStartTriggerInputTerminal inputTerminal,
	DCPowerTriggerEdge edge
)
Public Sub Configure ( 
	inputTerminal As DCPowerDigitalEdgeStartTriggerInputTerminal,
	edge As DCPowerTriggerEdge
)

Parameters

inputTerminal
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerDigitalEdgeStartTriggerInputTerminal
Specifies the inputTerminal of the digital edge for the StartTrigger.
edge
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerTriggerEdge
Specifies whether to configure the StartTrigger to assert on the rising or falling edge.

Exceptions

ExceptionCondition
ObjectDisposedException The Configure(DCPowerDigitalEdgeStartTriggerInputTerminal, DCPowerTriggerEdge) method was accessed after the associated NIDCPower object was disposed.

See Also

Log in to get a better experience