Gets or sets the time length for EVM transient time exclusion when the power change between PUSCH slots exceeds the
power ratio threshold.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property EvmTransientPowerChangeTimeLength As Double |
| C# | |
|---|
public abstract double EvmTransientPowerChangeTimeLength {get; set;} |
| C++/CLI | |
|---|
public:
abstract property double EvmTransientPowerChangeTimeLength {
double get();
void set ( double value);
} |
Property Value
The default value is 50 us.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also