Low

SCPI Command :

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

Defines the lower threshold level for the data signal.

Parameters:

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

Returns:

thres_dat_low: -5 to 5

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

Defines the lower threshold level for the data signal.

Parameters:
  • thres_dat_low – -5 to 5

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