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


Glossary Item Box

Gets the result of the carrier marker.

Syntax

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

Remarks

The CarrierResult property returns the calculated carrier of an analog demodulation measurement. The carrier marker (IsCarrier) must be turned on before you can get the carrier marker result. The carrier is zero if there is no carrier present.

Requirements

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

See Also