High

SCPI Command :

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

Set the positive going threshold (VTP) for the clock 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_clk_pos: 0 to 2.5

set(thres_clk_pos: float, bus=Bus.Default) None[source]
# BUS<*>:RFFE:CLOCk:THReshold:HIGH
driver.bus.rffe.clock.threshold.high.set(thres_clk_pos = 1.0, bus = repcap.Bus.Default)

Set the positive going threshold (VTP) for the clock 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_clk_pos – 0 to 2.5

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