Uscs
SCPI Command :
BUS<*>:EBTB:USCS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:EBTB:USCS value: bool = driver.bus.ebtb.uscs.get(bus = repcap.Bus.Default)
Selects whether the second pattern is enabled, if BUS<bb>:EBTB:SYNC CUS.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
is_second_sync: OFF | ON
- set(is_second_sync: bool, bus=Bus.Default) None[source]
# BUS<*>:EBTB:USCS driver.bus.ebtb.uscs.set(is_second_sync = False, bus = repcap.Bus.Default)
Selects whether the second pattern is enabled, if BUS<bb>:EBTB:SYNC CUS.
- Parameters:
is_second_sync – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)