ILNumerics Ultimate VS

WMIProcessorVoltageCaps Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The VoltageCaps property specifies the voltage capabilities of the processor. Bits 0-3 of the field represent specific voltages that the processor socket can accept. All other bits should be set to zero. The socket is configurable if multiple bits are being set. For a range of voltages see CurrentVoltage. If the property is NULL, then the voltage capabilities are unknown.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public Nullable<uint> VoltageCaps { get; }

Property Value

Type: NullableUInt32
Remarks

[ILNumerics Core Module]

See Also

Reference