Low

SCPI Command :

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

Set the negative going threshold (VTN) for the data signal. Note that the high and low thresholds and the hysteresis values are dependent, so it is sufficient to define two values for each line.

Parameters:

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

Returns:

thres_dat_neg: 0 to 2.5

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

Set the negative going threshold (VTN) for the data signal. Note that the high and low thresholds and the hysteresis values are dependent, so it is sufficient to define two values for each line.

Parameters:
  • thres_dat_neg – 0 to 2.5

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