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