UniTAP.dev.modules.dut_tests.dut_default_params.dp_2_1_source_general_tab
Describes available values for maximum link bandwidth policy.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class TestAutomationFlagsDP21 allows configuring test automation flags:
- Set and get video operator input flag
video_operator_input. - Set and get DSC VIC flag
dsc_vis_val.
Also has all the TestAutomationFlags functionality.
Set and get video operator input flag. If flag == true -> If Source DUT does not generate the requested format then GUI request will be made to operator to generate the requested format from the EDID (request and waits for test operator input). If flag == false -> If Source DUT does not generate the requested Video Format, then no GUI request will be made, and test will fail if parameters does not match (request and waits for test operator input).
Usually use for manual testing.
Returns:
object of bool type
Class LinkRateDp21 describes support DP 2.1 rates. Allows getting and setting values.
- Support 10 Gbps
support_10Gbps. - Support 13.5 Gbps
support_13_5Gbps. - Support 20 Gbps
support_20Gbps.
Inherited Members
- UniTAP.dev.modules.dut_tests.test_group_params_types.Param
- clear
- direct_set_def_value
- default_value
- min_value
- max_value
- config_id
- config_id_name
- name
- value_type
- enumeration_variants
- bit_field_list
- data_length
Class DutCapsDp21Flags inherited of classDutCapsFlags which defines the DUT capabilities as flags and allows
setting:
- Maximum link bandwidth policy supported flag
max_link_bandwidth_policy_supported.
Also has all the DutCapsFlags functionality.
Set and get Voltage swing level flag support.
Returns:
object of bool type
Set and get Pre-emphasis level flag support.
Returns:
object of bool type
Set and get Fixed timing DUT flag support.
Returns:
object of bool type
Set and get Spread Spectrum flag support.
Returns:
object of bool type
Set and get Video format change without LT flag support.
Returns:
object of bool type
Set and get E-DDC protocol flag support.
Returns:
object of bool type
Set and get Audio Info Frame for 2 channel audio transmission flag support.
Returns:
object of bool type
Set and get Define that DUT is Type-C device flag support.
Returns:
object of bool type
Set and get FEC disable sequence flag support.
Returns:
object of bool type
Set and get Audio without Video flag support.
Returns:
object of bool type
Set and get DSC block prediction flag support.
Returns:
object of bool type
Set and get Maximum link bandwidth policy flag support.
Returns:
object of bool type
Set and get DUT supports native Display ID read flag support.
Returns:
object of bool type
Set and get DisplayID Type VII Detailed Timing Descriptor flag support.
Returns:
object of bool type
Set and get DisplayID Type VIII Detailed Timing Descriptor flag support.
Returns:
object of bool type
Set and get DisplayID Type IX Detailed Timing Descriptor flag support.
Returns:
object of bool type
Set and get DisplayID Type X Detailed Timing Descriptor flag support.
Returns:
object of bool type
Set and get 2x1 tiled display and DisplayID Tiled Display Topology data block flag support.
Returns:
object of bool type
Set and get Field sequential stereo and DisplayID Tiled Stereo Display Interface data block flag support.
Returns:
object of bool type
Set and get Stacked frame stereo and DisplayID Tiled Stereo Display Interface data flag support.
Returns:
object of bool type
Set and get Dynamic Refresh Rate with VBlank stretch with MSA_TIMING_PAR_IGNORED flag supported.
Returns:
object of bool type
Inherited Members
- UniTAP.dev.modules.dut_tests.test_group_params_types.Param
- clear
- direct_set_def_value
- default_value
- min_value
- max_value
- config_id
- config_id_name
- name
- value_type
- enumeration_variants
- bit_field_list
- data_length
Class DutCapsDp21 defines the DUT capabilities and allows setting:
- Defines the maximum number of lanes supported by the DUT
max_lanes. - Maximum link rate supported by the DUT
max_link_rate. - Dut capabilities flags
dut_caps_flagstypeDutCapsFlags.
Set and get DUT capabilities flags.
Returns:
object of
DutCapsFlagstype
Class GeneralSourceDUTDp21SettingTab inherited of classGeneralSourceDUTDp14SettingTab allows working with
parameters from General source part.
- Set and get timeout
timeout. - Set and get
hpd_pulse_duration. Describes duration of long HPD pulses generated, in milliseconds. - Set and get DUT capabilities
dut_capstypeDutCapsDp21. - Set and get DUT link rates
dut_link_ratestypeLinkRateDp21. - Set and get LTTPR device count
lttpr_device_count. - Set and get maximum link bandwidth policy
max_link_bw_policytypeMaxLinkBwPolicy. - Set and get DSC maximum slice number
dsc_max_slice. - Set and get DSC version
dsc_version. - Set and get debug options
debug_optionstypeDebugOptions
Set and get test automation flags.
Returns:
object TestAutomationFlags