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


Glossary Item Box

Gets the symbol rate associated with the current marker position.

Syntax

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

Remarks

Points in a 3G Code Domain Power measurement result are at a calculated code channel and symbol rate. This property returns the symbol rate for the data at the current marker position.

Requirements

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

See Also