Coupling
SCPI Command :
BUS<*>:MDIO:COUPling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:MDIO:COUPling value: bool = driver.bus.mdio.coupling.get(bus = repcap.Bus.Default)
Overwrites the data thresholds with the clock thresholds.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
thres_cpl: OFF | ON
- set(thres_cpl: bool, bus=Bus.Default) None[source]
# BUS<*>:MDIO:COUPling driver.bus.mdio.coupling.set(thres_cpl = False, bus = repcap.Bus.Default)
Overwrites the data thresholds with the clock thresholds.
- Parameters:
thres_cpl – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)