RFmx VNA DotNET

Table of Contents

RFmxVnaMXSweepSequence Enumeration

  • Updated2024-07-17
  • 1 minute(s) read
RFmxVnaMXSweepSequence Enumeration

RFmxVnaMXSweepSequence Enumeration

Specifies the sequence of acquisitions for various frequency points and source ports.

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 RFmxVnaMXSweepSequence
Public Enumeration RFmxVnaMXSweepSequence

Members

Member nameValueDescription
Standard0Acquisitions for all frequency points are completed with the first source port before moving to the next source port. For example, if there are three frequency points f1, f2 and f3 and two source ports, port1 and port2, then the sweep sequence will be (f1, port1), (f2, port1), (f3, port1), (f1, port2), (f2, port2), (f3, port2).
Point1All acquisitions for a frequency point are completed with all required source ports, before moving to the next frequency point. For example, if there are three frequency points f1, f2 and f3 and two source ports, port1 and port2, then the sweep sequence will be (f1, port1), (f1, port2), (f2, port1), (f2, port2), (f3, port1), (f3, port2).

See Also

Log in to get a better experience