Ubbnch

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:SLOT<ST>:UBBNch
class UbbnchCls[source]

Ubbnch commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(slot=Slot.Default) bool[source]
# SCPI: [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.

param slot

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

return

ubbnch: 1| ON| 0| OFF

set(ubbnch: bool, slot=Slot.Default) None[source]
# SCPI: [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.

param ubbnch

1| ON| 0| OFF

param slot

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