Skip to content

SetVoltage

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualTuningState

Syntax

ADLX_RESULT    SetVoltage (adlx_int value)

Parameters

#DirectionNameTypeDescription
1.[in]valueadlx_intThe new voltage (in mV) in the manual tuning state.

Return Value

If the voltage is successfully set, ADLX_OK is returned.

If the voltage is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUTuning.h”
Minimum version1.0

See Also: ADLX Enums