Digital

SCPI Command :

[SOURce<HW>]:BBIN:DIGital:INTerface
class DigitalCls[source]

Digital commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_interface() BbinInterfaceMode[source]
# SCPI: [SOURce<HW>]:BBIN:DIGital:INTerface
value: enums.BbinInterfaceMode = driver.source.bbin.digital.get_interface()

Selects the input connector at that the signal is fed.

return:

bbin_dig_interface: DIGital| HSDin | HSDin HSDin Dig. IQ HS 1

set_interface(bbin_dig_interface: BbinInterfaceMode) None[source]
# SCPI: [SOURce<HW>]:BBIN:DIGital:INTerface
driver.source.bbin.digital.set_interface(bbin_dig_interface = enums.BbinInterfaceMode.DIGital)

Selects the input connector at that the signal is fed.

param bbin_dig_interface:

DIGital| HSDin | HSDin HSDin Dig. IQ HS 1

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bbin.digital.clone()

Subgroups