High
SCPI Command :
BUS<*>:RFFE:DATA:THReshold:HIGH
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:RFFE:DATA:THReshold:HIGH value: float = driver.bus.rffe.data.threshold.high.get(bus = repcap.Bus.Default)
Set the positive going threshold (VTP) 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_pos: 0 to 2.5
- set(thres_dat_pos: float, bus=Bus.Default) None[source]
# BUS<*>:RFFE:DATA:THReshold:HIGH driver.bus.rffe.data.threshold.high.set(thres_dat_pos = 1.0, bus = repcap.Bus.Default)
Set the positive going threshold (VTP) 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_pos – 0 to 2.5
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)