Threshold
SCPI Command :
BUS<*>:SWIRe:DATA:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:SWIRe:DATA:THReshold value: float = driver.bus.swire.data.threshold.get(bus = repcap.Bus.Default)
Sets the threshold value for the digitization of the data signal.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
threshold_data: -10 to 10
- set(threshold_data: float, bus=Bus.Default) None[source]
# BUS<*>:SWIRe:DATA:THReshold driver.bus.swire.data.threshold.set(threshold_data = 1.0, bus = repcap.Bus.Default)
Sets the threshold value for the digitization of the data signal.
- Parameters:
threshold_data – -10 to 10
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)