Threshold
SCPI Command :
BUS<*>:MPHY:DONE:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:MPHY:DONE:THReshold value: float = driver.bus.mphy.done.threshold.get(bus = repcap.Bus.Default)
Sets the threshold value for the respective lane.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(threshold_d_1: float, bus=Bus.Default) None[source]
# BUS<*>:MPHY:DONE:THReshold driver.bus.mphy.done.threshold.set(threshold_d_1 = 1.0, bus = repcap.Bus.Default)
Sets the threshold value for the respective lane.
- Parameters:
threshold_d_1 – 0 to 1
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)