UniTAP.dev.modules.dut_tests.dut_default_params.dp_source_adaptive_sync_tab
Describes available values for rate in Adaptive-Sync tests.
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 AdaptiveSyncDp14Caps defines adaptive-sync capabilities and allows setting:
- Support Adaptive-Sync
support_adaptive_sync. - Support fixed average
support_fixed_average. - Support duration increase and decrease
support_duration_increase_and_decrease.
Set and get duration increase and decrease flag support.
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
Set and get adaptive-sync capabilities.
Returns:
object
AdaptiveSyncDp14Caps
Set and get maximum rate for resolution 1920x1080
Returns:
object of int type
Set and get maximum rate for resolution 2560x1080
Returns:
object of int type
Set and get maximum rate for resolution 2560x1440
Returns:
object of int type
Set and get maximum rate for resolution 3840x2160
Returns:
object of int type
Set and get maximum rate for resolution 4096x2160
Returns:
object of int type
Set and get maximum rate for resolution 5120x2160
Returns:
object of int type
Set and get maximum rate for resolution 7680x4320
Returns:
object of int type
Class AdaptiveSyncDp14ConfigTab allows working with parameters for DP 1.4 Adaptive-Sync tests.
- Set and get capabilities
as_capstypeAdaptiveSyncDp14Caps. - Set and get adaptive-sync range minimum rate
as_range_min_ratetypeRangeMinRate. - Set and get maximum rate for resolution 1920x1080
max_rate_1920x1080. - Set and get maximum rate for resolution 2560x1080
max_rate_2560x1080. - Set and get maximum rate for resolution 2560x1440
max_rate_2560x1440. - Set and get maximum rate for resolution 3840x2160
max_rate_3840x2160. - Set and get maximum rate for resolution 4096x2160
max_rate_4096x2160. - Set and get maximum rate for resolution 5120x2160
max_rate_5120x2160. - Set and get maximum rate for resolution 7680x4320
max_rate_7680x4320. - Set and get maximum rate for resolution 10240x4320
max_rate_10240x4320.
Class AdaptiveSyncDp21ConfigTab inherited of classAdaptiveSyncDp14ConfigTab allows working with
parameters for DP 2.1 Adaptive-Sync tests
Class AdaptiveSyncDp21ConfigTab has all the AdaptiveSyncDp14ConfigTab functionality.