Phys

SCPI Command :

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

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

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

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