Threshold
SCPI Command :
BUS<*>:DPHY:DPTHree:HSPeed:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:DPHY:DPTHree:HSPeed:THReshold value: float = driver.bus.dphy.dpThree.hspeed.threshold.get(bus = repcap.Bus.Default)
Sets the threshold value for the digitization of the respective high speed data line.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
threshold_hs_dp_3: -1 to 1
- set(threshold_hs_dp_3: float, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DPTHree:HSPeed:THReshold driver.bus.dphy.dpThree.hspeed.threshold.set(threshold_hs_dp_3 = 1.0, bus = repcap.Bus.Default)
Sets the threshold value for the digitization of the respective high speed data line.
- Parameters:
threshold_hs_dp_3 – -1 to 1
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)