Ubbnch

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:SLOT<ST>:UBBNch
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(slot=Slot.Default) bool[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:SLOT<ST>:UBBNch
value: bool = driver.source.bb.tetra.sconfiguration.slot.ubbnch.get(slot = repcap.Slot.Default)

Enables/disables auto coding of the data. If enabled, the selection of the data source is disabled.

Parameters:

slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slot’)

Returns:

ubbnch: 1 | ON | 0| OFF

set(ubbnch: bool, slot=Slot.Default) None[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:SLOT<ST>:UBBNch
driver.source.bb.tetra.sconfiguration.slot.ubbnch.set(ubbnch = False, slot = repcap.Slot.Default)

Enables/disables auto coding of the data. If enabled, the selection of the data source is disabled.

Parameters:
  • ubbnch – 1 | ON | 0| OFF

  • slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slot’)