UniTAP.dev.ports.modules.link.dp.link_tx_status
Class LinkDisplayPortStatusSource describes information about DP link status. Contains following info:
- MST stream count
mst_stream_count. - Link encoding
link_encoding. - Link rate
link_rate. - Lane count
lane_count. - State of HPD
hpd_asserted. - State of framing
enhanced_framing. - State of scrambling
scrambling_enabled. - State of DSC
dsc_enabled - State of FEC
fec_enabled. - State of MST
mst_enabled. - State of SSC
ssc_enabled. - State of ILA
ila. - State of EQ ILA
eq_ila. - State of CDS ILA
cds_ila. - State of LT fail
lt_fail. - State of selected lane
lane. - State of VCP
vcp. - State of selected stream
stream. - Send ACT command
send_act.
Returns current status of selected lane LaneStatus.
Arguments:
- lane_number (int) - number of selected lane
Returns:
object of LaneStatus type
Returns current state of DSC (enabled or disabled). None if DSC does not support.
Returns:
object of bool or None type
Returns current state of MST (enabled or disabled). None if MST does not support.
Returns:
object of bool or None type
Returns current state of SSC (enabled or disabled). None if SSC does not support.
Returns:
object of bool or None type
Returns current state of FEC (enabled or disabled). None if FEC does not support.
Returns:
object of bool or None type
Returns current state of enhanced framing (enabled or disabled).
Returns:
object of bool type
Returns current state of scrambling (enabled or disabled).
Returns:
object of bool type
Returns current state of LTTPR (enabled or disabled). None if LTTPR does not support.
Returns:
object of bool or None type
Returns status of selected stream StreamStatusDP.
Arguments:
- stream_index (int) - number of selected number
Returns:
object of
StreamStatusDPtype
Returns VCP status of selected stream VCPStatus.
Arguments:
- stream_index (int) - number of selected number
Returns:
object of
VCPStatus| None type