Subsystem.WindowsEnergyPerformanceBias Property
Configures the Windows Processor Energy/Performance Bias functionality.
Supported Values
- 0 (High Performance / Low Energy Efficiency) through 15 (Low Performance / High Energy Efficiency).
- 255 (WindowsEnergyPerformanceBiasDefault): uses the current Windows Energy/Performance Bias setting.
Note: This property throws a wRTOS exception on set if the system does not support the WindowsEnergyPerformanceBias feature.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public uint WindowsEnergyPerformanceBias { get; set; }
Property Value
Type: uint
Implements
IConfigSubsystem.WindowsEnergyPerformanceBias
See Also: