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

DCPowerDigitalEdgeMeasureTriggerConfigure Method
Configures the Measure trigger 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( DCPowerDigitalEdgeMeasureTriggerInputTerminal inputTerminal, DCPowerTriggerEdge edge )
Public Sub Configure ( inputTerminal As DCPowerDigitalEdgeMeasureTriggerInputTerminal, edge As DCPowerTriggerEdge )
Parameters
- inputTerminal
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerDigitalEdgeMeasureTriggerInputTerminal
Specifies the input terminal of the digital edge for the Measure trigger. - edge
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerTriggerEdge
Specifies whether to configure the Measure trigger to assert on the rising or falling edge.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Configure(DCPowerDigitalEdgeMeasureTriggerInputTerminal, DCPowerTriggerEdge) method was accessed after the associated NIDCPower object was disposed. |