ILNumerics Ultimate VS

WMIProcessorCurrentVoltage Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The CurrentVoltage specifies the voltage of the processor.

[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> CurrentVoltage { get; }

Property Value

Type: NullableUInt32
Remarks

bits 0-6 of the field contain the processor's current voltage times 10. This value is only set when SMBIOS designates a voltage value. For specific values, see VoltageCaps.

Example: field value for a processor voltage of 1.8 volts would be 92h = 80h + (1.8 x 10) = 80h + 18 = 80h + 12h.

[ILNumerics Core Module]

See Also

Reference