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