| Visual Basic (Declaration) | |
|---|---|
Public Enum DigitalInputDataPart Inherits System.Enum | |
| C# | |
|---|---|
public enum DigitalInputDataPart : System.Enum | |
| C++/CLI | |
|---|---|
public enum class DigitalInputDataPart : public System.Enum | |
| Member | Description | Minimum SW Version‡ |
|---|---|---|
| IQ | Two chosen buses map to the real (I) part and imaginary (Q) part. | — |
| IQInterleave | Pairs of data from chosen bus are used as real and imaginary parts. | — |
| MagnitudePhase | Two chosen buses map to signed magnitude and phase. | — |
| MagnitudePhaseInterleave | Pairs of data from the chosen bus are used as signed magnitude and phase. | — |
| Phase | Chosen bus maps to phase. Magnitude is set by Data Scale. | — |
| PhaseMagnitudeInterleave | Pairs of data from the chosen bus are used as phase and signed magnitude. | — |
| QIInterleave | Pairs of data from chosen bus are used as real and imaginary parts, except that imaginary part comes first, followed by real. | — |
| Real | Chosen bus maps to real data. | — |
| ‡ This is the minimum 89600 VSA software version level needed to use this enum member. | ||
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)