TypePy

SCPI Command :

TRIGger<*>:MPHY:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusMphyType[source]
# TRIGger<*>:MPHY:TYPE
value: enums.BusMphyType = driver.trigger.mphy.typePy.get(trigger = repcap.Trigger.Default)

Selects the type of frame to be triggered on.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

type_py: START | BURST | ADAPT | LCC | DLPDUSOF | DLPDUCOF | DLPDUEOF | DLPDUNAC | DLPDUAFC | PACP | TRIGUPR0 | TRIGUPR1 | TRIGUPR2 | ERRor

  • START: M-PHY or UniPro start of frame.

  • BURST: M-PHY burst frame.

  • ADAPT: M-PHY Adapt frame. This control frame is used for clock/bit synchronization.

  • LCC: M-PHY LCC frame. This control frame is used for line configuration depending on the TRIGgert:MPHY:LCCType.

  • DLPDUSOF | DLPDUCOF | DLPDUEOF | DLPDUNAC | DLPDUAFC: UniPro DL PDU frame.

  • PACP: UniPro PACP frame. This control frame is used mainly for power mode change and L1.5 link management.

  • TRIGUPR0 | TRIGUPR1 | TRIGUPR2: UniPro Trigger Upper frame. This control frame is used for link startup sequence.

  • ERRor: M-PHY or UniPro error frame.

set(type_py: BusMphyType, trigger=Trigger.Default) None[source]
# TRIGger<*>:MPHY:TYPE
driver.trigger.mphy.typePy.set(type_py = enums.BusMphyType.ADAPT, trigger = repcap.Trigger.Default)

Selects the type of frame to be triggered on.

Parameters:
  • type_py

    START | BURST | ADAPT | LCC | DLPDUSOF | DLPDUCOF | DLPDUEOF | DLPDUNAC | DLPDUAFC | PACP | TRIGUPR0 | TRIGUPR1 | TRIGUPR2 | ERRor

    • START: M-PHY or UniPro start of frame.

    • BURST: M-PHY burst frame.

    • ADAPT: M-PHY Adapt frame. This control frame is used for clock/bit synchronization.

    • LCC: M-PHY LCC frame. This control frame is used for line configuration depending on the TRIGgert:MPHY:LCCType.

    • DLPDUSOF | DLPDUCOF | DLPDUEOF | DLPDUNAC | DLPDUAFC: UniPro DL PDU frame.

    • PACP: UniPro PACP frame. This control frame is used mainly for power mode change and L1.5 link management.

    • TRIGUPR0 | TRIGUPR1 | TRIGUPR2: UniPro Trigger Upper frame. This control frame is used for link startup sequence.

    • ERRor: M-PHY or UniPro error frame.

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)