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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Property DataScalePart1 As Double
C# 
public abstract double DataScalePart1 {get; set;}
C++/CLI 
public:
abstract property double DataScalePart1 {
   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 DataBusPart1 is mapped to the interval (-1, +1) times DataScalePart1, except that it is mapped to (-pi, +pi) times DataScalePart1 when DataBusPart1 represents phase.

Requirements

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

See Also