ReGi

SCPI Command :

TRIGger<*>:MDIO:REGI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MDIO:REGI
value: int = driver.trigger.mdio.reGi.get(trigger = repcap.Trigger.Default)

Sets the register address (in Clause 22) or device address (in Clause 45) of the frame pattern (5 bits) ; available only in trigger type Data.

Parameters:

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

set(reg_addr: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MDIO:REGI
driver.trigger.mdio.reGi.set(reg_addr = 1, trigger = repcap.Trigger.Default)

Sets the register address (in Clause 22) or device address (in Clause 45) of the frame pattern (5 bits) ; available only in trigger type Data.

Parameters:

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