Digital
SCPI Command :
[SOURce<HW>]:BBIN:DIGital:INTerface
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_interface() BbinInterfaceMode[source]
# [SOURce<HW>]:BBIN:DIGital:INTerface value: enums.BbinInterfaceMode = driver.source.bbin.digital.get_interface()
Selects the input connector at that the signal is fed.
- Returns:
bbin_dig_interface: DIGital | HSDin | DIGital | HSDin DIN Dig I/Q HSDin HS Dig I/Q
- set_interface(bbin_dig_interface: BbinInterfaceMode) None[source]
# [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.
- Parameters:
bbin_dig_interface – DIGital | HSDin | DIGital | HSDin DIN Dig I/Q HSDin HS Dig I/Q
Cloning the Group
# Create a copy of the original group, that exists independently
digital_copy = driver.source.bbin.digital.clone()
Subgroups