UniTAP.dev.ports.modules.link.hdmi.status_rx
class
StatusRx:
Class StatusRx describes information about HDMI link status on Sink (RX - receiver) side. Contains following info:
- HDMI mode
hdmi_mode. - Link Error counters
error_counters. - Channel lock
channel_lock. - HPD status
hpd_statusand HPD assertset_assert_state. - Stream info
stream.
def
set_assert_state(self, asserted: bool = True):
Assert/Deassert HPD state.
Arguments:
- asserted (bool)
def
stream( self, stream_index: int = 0) -> UniTAP.dev.ports.modules.link.dp.link_status_common.StreamStatus:
Returns status of selected stream StreamStatus.
Arguments:
- stream_index (int) - number of selected number
Returns:
object of
StreamStatustype