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


Glossary Item Box

Gets or sets a value indicating whether some of the demodulation properties are overridden.

Syntax

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

Remarks

When this value is true, ResultLengthInSubframe, FrameTriggerEnabled and DecodeMaxIteration are set by the values in this CalculationControl. When this value is false, all these demodulation properties are set by the VSA setx file when calling NewRadioDirectCalculation.ConfigureWithVsaSetupFile.

Requirements

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

See Also