Stco

SCPI Command :

TRIGger<*>:USB:STCO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusBitCondition[source]
# TRIGger<*>:USB:STCO
value: enums.BusBitCondition = driver.trigger.usb.stco.get(trigger = repcap.Trigger.Default)

Sets the trigger to a specific start-split or complete-split transaction endpoint.

Parameters:

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

Returns:

sc: ONE | ZERO | DC

  • ONE: SC = 1 represents a complete-split (CSPLIT) transaction.

  • ZERO: SC = 0 represents a start-split (SSPLIT) transaction.

  • DC: SC = X represents ‘don’t care’ (DC)

set(sc: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:USB:STCO
driver.trigger.usb.stco.set(sc = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)

Sets the trigger to a specific start-split or complete-split transaction endpoint.

Parameters:
  • sc

    ONE | ZERO | DC

    • ONE: SC = 1 represents a complete-split (CSPLIT) transaction.

    • ZERO: SC = 0 represents a start-split (SSPLIT) transaction.

    • DC: SC = X represents ‘don’t care’ (DC)

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