Gets or sets a value indicating whether antenna paths below -30dB in power from the highest power antenna path are shown or blanked on the MIMO traces.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property IsInactiveAntennaPathsIncluded As Boolean |
C# | |
---|
public abstract bool IsInactiveAntennaPathsIncluded {get; set;} |
C++/CLI | |
---|
public:
abstract property bool IsInactiveAntennaPathsIncluded {
bool get();
void set ( bool value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also