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

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