Threshold
SCPI Command :
BUS<*>:USB:STRobe:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:USB:STRobe:THReshold value: float = driver.bus.usb.strobe.threshold.get(bus = repcap.Bus.Default)
Defines the threshold level for the strobe signal in the USB HSIC protocol.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
thres_strobe: -2 to 2
- set(thres_strobe: float, bus=Bus.Default) None[source]
# BUS<*>:USB:STRobe:THReshold driver.bus.usb.strobe.threshold.set(thres_strobe = 1.0, bus = repcap.Bus.Default)
Defines the threshold level for the strobe signal in the USB HSIC protocol.
- Parameters:
thres_strobe – -2 to 2
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)