UniTAP.dev.modules.dut_tests.dut_default_params.crc_video_tests
Enum where members are also (and must be) ints
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Enum where members are also (and must be) ints
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 CrcVideoTestParam describes requirement parameters for CRC tests:
- Set and get
timeout. Describes test timeout, in milliseconds. - Set and get
number_frames_to_test. Describes total number of frames to be tested. - Set and get
number_reference_frames. Describes number of reference frames. - Set and get
number_frames_mismatch. Describes number of bad frames allowed in single CRC tests. - Set and get
reference_width. Describes expected video width, in pixels. - Set and get
reference_height. Describes expected video weight, in pixels. - Set and get
reference_color_depth. Describes expected color depth, as bits per pixelCrcVideoTestBpp. - Set and get
required_frame_rate. Describes expected frame rate, in millihertz (mHz). - Set and get
frame_rate_tolerance. Describes frame rate tolerance, in millihertz (mHz). - Set and get
reference_crc_values. Describes CRC reference values. Each CRC set consists of 3 16-bit words. - Set and get
motion_test_iteration. Describes the number of iterations the defined CRC sequence must be found in order to pass the test. - Set and get
data_transfer_timeout. Describes data transfer timeout in milliseconds. - Set and get
failed_frames_folder. Describes location where the failed frames are to be saved. - Set and get
max_export_failed. Describes the number of failed frames to be exported from the video test.
Set and get total number of frames to be tested.
Returns:
object of int type
Set and get number of bad frames allowed in single CRC tests.
Returns:
object of int type
Set and get expected frame rate, in millihertz (mHz).
Returns:
object of int type
Set and get frame rate tolerance, in millihertz (mHz).
Returns:
object of int type
Set and get CRC reference values. Each CRC set consists of 3 16-bit words.
Returns:
object of list type
Set and get number of iterations the defined CRC sequence must be found in order to pass the test.
Returns:
object of int type
Set and get data transfer timeout in milliseconds.
Returns:
object of int type
Set and get location where the failed frames are to be saved.
Returns:
object of int type
Set and get number of failed frames to be exported from the video test.
Returns:
object of int type
Set and get crc failed frame file format.
Returns:
object of int type