Rreq

SCPI Command :

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

Specifies the RREQ bit pattern.

Parameters:

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

Returns:

req: ONE | ZERO | DC

  • ONE: Sets the trigger condition to binary 1.

  • ZERO: Sets the trigger condition to binary 0.

  • DC: Sets the trigger condition to any RREQ value (don’t care) .

set(req: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:MPHY:RREQ
driver.trigger.mphy.rreq.set(req = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)

Specifies the RREQ bit pattern.

Parameters:
  • req

    ONE | ZERO | DC

    • ONE: Sets the trigger condition to binary 1.

    • ZERO: Sets the trigger condition to binary 0.

    • DC: Sets the trigger condition to any RREQ value (don’t care) .

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