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

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
Exception | Condition |
---|---|
ObjectDisposedException | The Configure(DCPowerDigitalEdgeStartTriggerInputTerminal, DCPowerTriggerEdge) method was accessed after the associated NIDCPower object was disposed. |