RFmxVnaMXTriggerType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the trigger type.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public enum RFmxVnaMXTriggerType
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | No trigger is configured. |
| DigitalEdge | 1 | The trigger is not asserted until a digital edge is detected. The source of the digital edge is specified using the DigitalEdgeTriggerSource method. |
| Software | 2 | The trigger is not asserted until a software trigger occurs. |