Gets or sets the relative power level limit (in dBc) for the offset.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property RelativeIntegratedPower As Double |
C# | |
---|
public abstract double RelativeIntegratedPower {get; set;} |
C++/CLI | |
---|
public:
abstract property double RelativeIntegratedPower {
double get();
void set ( double value);
} |
Property Value
The default value is 0.0.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also