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