Visual Basic (Declaration) | |
---|---|
Public MustOverride Property DataPart As DigitalInputDataPart |
C# | |
---|---|
public abstract DigitalInputDataPart DataPart {get; set;} |
C++/CLI | |
---|---|
public: abstract property DigitalInputDataPart DataPart { DigitalInputDataPart get(); void set ( DigitalInputDataPart value); } |
The DataPart property applies to all channels.
Data from a Logic Analyzer that is used by the VSA application can be either real or complex. Real data comes from a single bus. Complex data may come from two parallel buses or, may be interleaved on a single bus, and each pair of numbers may represent real and imaginary parts or magnitude and phase.
See the DigitalInputDataPart description for details how DataPart selection maps bus data to 89600 analysis data.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)