Zcoupling
SCPI Command :
BUS<*>:ZCOupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:ZCOupling value: bool = driver.bus.zcoupling.get(bus = repcap.Bus.Default)
If enabled, the protocol decode zoom and result table are synchronized.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
zoom_coupling: OFF | ON
- set(zoom_coupling: bool, bus=Bus.Default) None[source]
# BUS<*>:ZCOupling driver.bus.zcoupling.set(zoom_coupling = False, bus = repcap.Bus.Default)
If enabled, the protocol decode zoom and result table are synchronized.
- Parameters:
zoom_coupling – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)