SetRelativeVoltageSwing

Sets the relative voltage swing on a display.

Syntax

Copied!

ADLX_RESULT     SetRelativeVoltageSwing(adlx_uint relativeVoltageSwing)

Parameters

  1. [in] relativeVoltageSwing ADLX_DP_LINK_RATE* The new relative voltage swing.

Return Value

If the relative voltage swing is successfully set, ADLX_OK is returned.

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

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Note that relative voltage swing allowed values range between -2 to +2.

Requirements

Header

include “IDisplaySettings.h”

Minimum version

1.2