UniTAP.dev.ports.dptx
Main class of DPTX object.
Inherited from class TX.
Class describes capabilities of 300th (3XX) series of DP and USB-C devices in Source (TX - transmitter) role.
Attributes:
- __link (LinkDisplayPortTx): object of
LinkDisplayPortTx. - __dpcd (DPCDRegisters): object of
DPCDRegisters. - __edid (EdidSource): object of
EdidSource. - __hdcp (HdcpSource): object of
HdcpSource. - __pg (DpPatternGenerator): object of
DpPatternGenerator. - __event_capturer (EventCapturer): object of
EventCapturer.
DPTX( port_io: UniTAP.libs.lib_tsi.tsi_io.PortIO, memory_manager: UniTAP.dev.modules.memory_manager.memory_manager.MemoryManager, capturer: UniTAP.dev.modules.capturer.capture.Capturer)
Should be used to work with DPCD registers on Source (TX - transmitter) side.
Returns:
object of
DPCDRegisterstype.
Should be used to control Pattern generator functionality on Source (TX - transmitter) side.
Returns:
object of
DpPatternGeneratortype.
Should be used to control link settings on Source (TX - transmitter) side.
Returns:
object of
LinkDisplayPortTxtype.
Should be used to work with EDID on Source (TX - transmitter) side.
Returns:
object of
EdidSourcetype.
Should be used to control EventCapturer on Source (TX - transmitter) role.
Returns:
object of
EventCapturertype.