Low
SCPI Command :
BUS<*>:MDIO:CLOCk:THReshold:LOW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:MDIO:CLOCk:THReshold:LOW value: float = driver.bus.mdio.clock.threshold.low.get(bus = repcap.Bus.Default)
Defines the lower threshold level for the clock signal.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
thres_clk_low: -5 to 5
- set(thres_clk_low: float, bus=Bus.Default) None[source]
# BUS<*>:MDIO:CLOCk:THReshold:LOW driver.bus.mdio.clock.threshold.low.set(thres_clk_low = 1.0, bus = repcap.Bus.Default)
Defines the lower threshold level for the clock signal.
- Parameters:
thres_clk_low – -5 to 5
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)