Sync
SCPI Command :
BUS<*>:EBTB:SYNC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusCommaSymbol[source]
# BUS<*>:EBTB:SYNC value: enums.BusCommaSymbol = driver.bus.ebtb.sync.get(bus = repcap.Bus.Default)
Sets the sync symbol, a control symbol used for low level control functions.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
comma_symbol: K285 | K281 | K287 | CUS
- set(comma_symbol: BusCommaSymbol, bus=Bus.Default) None[source]
# BUS<*>:EBTB:SYNC driver.bus.ebtb.sync.set(comma_symbol = enums.BusCommaSymbol.CUS, bus = repcap.Bus.Default)
Sets the sync symbol, a control symbol used for low level control functions.
- Parameters:
comma_symbol – K285 | K281 | K287 | CUS
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)