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