TypePy

SCPI Command :

TRIGger<*>:HBTO:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusXbtoType[source]
# TRIGger<*>:HBTO:TYPE
value: enums.BusXbtoType = driver.trigger.hbto.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 | MAC | IDLE | ERRor

  • STARt: Start of frame.

  • MAC: MAC frame. This frame contains information that define how to go about transmitting and receiving frames.

  • IDLE: IDLE frame. This frame is used for clock synchronization.

  • ERRor: Error frame. Thi frame contains erroneous bits.

set(type_py: BusXbtoType, trigger=Trigger.Default) None[source]
# TRIGger<*>:HBTO:TYPE
driver.trigger.hbto.typePy.set(type_py = enums.BusXbtoType.ERRor, trigger = repcap.Trigger.Default)

Selects the type of frame to be triggered on.

Parameters:
  • type_py

    STARt | MAC | IDLE | ERRor

    • STARt: Start of frame.

    • MAC: MAC frame. This frame contains information that define how to go about transmitting and receiving frames.

    • IDLE: IDLE frame. This frame is used for clock synchronization.

    • ERRor: Error frame. Thi frame contains erroneous bits.

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