RFmxLteMXDigitalEdgeTriggerEdge Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXDigitalEdgeTriggerEdge Enumeration
Specifies the active edge for the trigger. This method is used only when you set the SetTriggerType(String, RFmxLteMXTriggerType) method to DigitalEdge.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public enum RFmxLteMXDigitalEdgeTriggerEdge
Public Enumeration RFmxLteMXDigitalEdgeTriggerEdge
Members
Member name | Value | Description | |
---|---|---|---|
Rising | 0 | The trigger asserts on the rising edge of the signal. | |
Falling | 1 | The trigger asserts on the falling edge of the signal. |