Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsGatedModulationDetection As Boolean |
C# | |
---|---|
public abstract bool IsGatedModulationDetection {get; set;} |
C++/CLI | |
---|---|
public: abstract property bool IsGatedModulationDetection { bool get(); void set ( bool value); } |
Property Value
The default value is false.This property applies only to forward-link measurements, and only when Is1xEvdvEnabled is true. If this property is true, then MeasurementInterval and MeasurementOffset determine what portion of the signal is used to determine the modulation format of all code channels. If this property is false, the entire input signal is used (equivalent to MeasurementInterval = ResultLength, and MeasurementOffset = 0).
If the code channel modulation format composition of the signal changes with time, IsGatedModulationDetection allows analysis to zoom in on a smaller interval for more precise analysis. By default this property is false, to allow a the most reliable code channel modulation format detection for continuous signals.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)