TypePy
SCPI Command :
SEARch:TRIGger:MPHY:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusMphyType[source]
# SEARch:TRIGger:MPHY:TYPE value: enums.BusMphyType = driver.search.trigger.mphy.typePy.get(search = 'abc')
Selects the type of frame to be searched for.
- 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 SEARch:TRIGger: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(search: str, type_py: BusMphyType) None[source]
# SEARch:TRIGger:MPHY:TYPE driver.search.trigger.mphy.typePy.set(search = 'abc', type_py = enums.BusMphyType.ADAPT)
Selects the type of frame to be searched for.
- 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 SEARch:TRIGger: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.