Keysight Pathwave 89600 VSA .NET API
IsDCPunctured Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > MeasurementExtension Class : IsDCPunctured Property


Glossary Item Box

Gets or sets a value indicating whether the DC subcarrier is punctured.

Syntax

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

Property Value

The default value is false.

Remarks

If true, the DC subcarrier is excluded from measurement results. This is often helpful to avoid obscuring measurement results with artifacts of LO feed through.

Requirements

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

See Also