MSI Afterburner - MSI Graphics Card Performance Booster
Gets or sets the auxiliary voltage in mV.

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public uint AuxVoltageCur { get; set; }
Visual Basic
Public Property AuxVoltageCur As UInteger
	Get
	Set
Visual C++
public:
property unsigned int AuxVoltageCur {
	unsigned int get ();
	void set (unsigned int value);
}

Field Value

The current auxiliary voltage in mV, or new voltage to apply to the auxiliary.

Exceptions

ExceptionCondition
MSI.Afterburner.Exceptions..::..MACMFeatureNotSupportedThrown when MACM_SHARED_MEMORY_GPU_ENTRY_FLAG does not contain 'AUX_VOLTAGE', indicating this GPU does not provide this capability.
System..::..ArgumentOutOfRangeExceptionThrown when the value provided is not between AuxVoltageMin and AuxVoltageMax

See Also