RFmxVnaMXTriggerMode Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the trigger mode.
Namespace: NationalInstruments.RFmx.VnaMX
Assembly: NationalInstruments.RFmx.VnaMX.Fx40 (in NationalInstruments.RFmx.VnaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxVnaMXTriggerMode
Public Enumeration RFmxVnaMXTriggerMode
Members
Member name | Value | Description |
---|---|---|
Signal | 0 | A single trigger completes all the acquisitions associated with the signal. |
Sweep | 1 | Each trigger performs all the acquisitions from one source port. For example, when measuring S11 and S22 for 10 frequency points, a total of 2 triggers will be needed to complete all the acquisitions. |
Point | 2 | Each trigger measures one frequency point from one source port. For example, when measuring S11 and S22 for 10 frequency points, a total of 20 triggers will be needed to complete all the acquisitions. |