ThLower
SCPI Command :
BUS<*>:DPHY:DNZero:LPOWer:THLower
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:DPHY:DNZero:LPOWer:THLower value: float = driver.bus.dphy.dnZero.lpower.thLower.get(bus = repcap.Bus.Default)
Sets the lower threshold value for the respective lane used for the low power mode.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(threshold_lp_dn_0_low: float, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DNZero:LPOWer:THLower driver.bus.dphy.dnZero.lpower.thLower.set(threshold_lp_dn_0_low = 1.0, bus = repcap.Bus.Default)
Sets the lower threshold value for the respective lane used for the low power mode.
- Parameters:
threshold_lp_dn_0_low – -1.5 to 1.5
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)