UniTAP.dev.modules.dut_tests.dut_default_params.hdmi_electrical_tests

class HdmiElectricalTestParam:

Class DpElectricalTestParam describes parameters for DP electrical tests.

HdmiElectricalTestParam(json_obj)
timeout: int

Set and get test timeout, in milliseconds.

Returns:

object of int type

power_low_limit: int

Set and get HDMI power line voltage low limit.

Returns:

object of int type

power_high_limit: int

Set and get HDMI power line voltage high limit.

Returns:

object of int type

hpd_zero_low_limit: int

Set and get HDMI HPD logical zero voltage level, lower limit.

Returns:

object of int type

hpd_zero_high_limit: int

Set and get HDMI HPD logical zero voltage level, higher limit.

Returns:

object of int type

hpd_one_low_limit: int

Set and get HDMI HPD logical one voltage level, lower limit.

Returns:

object of int type

hpd_one_high_limit: int

Set and get HDMI HPD logical one voltage level, higher limit.

Returns:

object of int type

ddc_low_limit: int

Set and get DDC Line voltage low limit.

Returns:

object of int type

ddc_high_limit: int

Set and get DDC Line voltage high limit.

Returns:

object of int type

cec_zero_low_limit: int

Set and get CCE Line logical zero voltage level, lower limit.

Returns:

object of int type

cec_zero_high_limit: int

Set and get CCE Line logical zero voltage level, higher limit.

Returns:

object of int type

cec_one_low_limit: int

Set and get CCE Line logical one voltage level, lower limit.

Returns:

object of int type

cec_one_high_limit: int

Set and get CCE Line logical one voltage level, higher limit.

Returns:

object of int type