High

SCPI Command :

BUS<*>:MDIO:DATA:THReshold:HIGH
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:MDIO:DATA:THReshold:HIGH
value: float = driver.bus.mdio.data.threshold.high.get(bus = repcap.Bus.Default)

Defines the upper threshold level for the data signal.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

thres_dat_high: -5 to 5

set(thres_dat_high: float, bus=Bus.Default) None[source]
# BUS<*>:MDIO:DATA:THReshold:HIGH
driver.bus.mdio.data.threshold.high.set(thres_dat_high = 1.0, bus = repcap.Bus.Default)

Defines the upper threshold level for the data signal.

Parameters:
  • thres_dat_high – -5 to 5

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)