Keysight Pathwave 89600 VSA .NET API
DataScalePart2 Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > DigitalChannel Class : DataScalePart2 Property


Glossary Item Box

Gets or sets the data scaling factor for part 2 of the channel data.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property DataScalePart2 As Double
C# 
public abstract double DataScalePart2 {get; set;}
C++/CLI 
public:
abstract property double DataScalePart2 {
   double get();
   void set (    double value);
}

Remarks

Data from the logic analyzer starts as several digital signals grouped into named buses. Each bus represents an n-bit signed number that is either a real number or part of a complex number.

The full range of integer values taken on by DataBusPart2 is mapped to the interval (-1, +1) times DataScalePart2, except that it is mapped to (-pi, +pi) times DataScalePart2 when DataBusPart2 represents phase.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also