RFmxCdma2kMXDigitalEdgeTriggerEdge Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the active edge for the trigger. This method is used only when you set the SetTriggerType(string, RFmxCdma2kMXTriggerType) method to DigitalEdge.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public enum RFmxCdma2kMXDigitalEdgeTriggerEdge
Members
| 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. |