Phys
SCPI Command :
TRIGger<*>:MDIO:PHYS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MDIO:PHYS value: int = driver.trigger.mdio.phys.get(trigger = repcap.Trigger.Default)
Sets the physical address (in Clause 22) or port 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(phy_addr: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MDIO:PHYS driver.trigger.mdio.phys.set(phy_addr = 1, trigger = repcap.Trigger.Default)
Sets the physical address (in Clause 22) or port 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’)