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

DCPowerDigitalEdgePulseTriggerConfigure Method
Configures the PulseTrigger for digital edge triggering.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public void Configure( DCPowerDigitalEdgePulseTriggerInputTerminal inputTerminal, DCPowerTriggerEdge edge )
Public Sub Configure ( inputTerminal As DCPowerDigitalEdgePulseTriggerInputTerminal, edge As DCPowerTriggerEdge )
Parameters
- inputTerminal
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerDigitalEdgePulseTriggerInputTerminal
Specifies the input terminal of the digital edge for the PulseTrigger. - edge
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerTriggerEdge
Specifies whether to configure the PulseTrigger to assert on the rising or falling edge.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Configure(DCPowerDigitalEdgePulseTriggerInputTerminal, DCPowerTriggerEdge) method was accessed after the associated NIDCPower object was disposed. |