Threshold
SCPI Command :
BUS<*>:DDR:CS:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:DDR:CS:THReshold value: float = driver.bus.ddr.cs.threshold.get(bus = repcap.Bus.Default)
Sets the threshold for the CS line.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(threshold_cs: float, bus=Bus.Default) None[source]
# BUS<*>:DDR:CS:THReshold driver.bus.ddr.cs.threshold.set(threshold_cs = 1.0, bus = repcap.Bus.Default)
Sets the threshold for the CS line.
- Parameters:
threshold_cs – -10 to 10
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)