ReGi

SCPI Command :

SEARch:TRIGger:MDIO:REGI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:MDIO:REGI
value: int = driver.search.trigger.mdio.reGi.get(search = 'abc')

Allows to set the register address (in Clause 22) or device address (in Clause 45) of the frame pattern (5 bits) ; available only in search criteria type Data.

set(search: str, reg_addr: int) None[source]
# SEARch:TRIGger:MDIO:REGI
driver.search.trigger.mdio.reGi.set(search = 'abc', reg_addr = 1)

Allows to set the register address (in Clause 22) or device address (in Clause 45) of the frame pattern (5 bits) ; available only in search criteria type Data.