Unfiltered

SCPI Command :

[SOURce<HW>]:BB:PACKet:UNFiltered:STATe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:PACKet:UNFiltered:STATe
value: bool = driver.source.bb.packet.unfiltered.get_state()

No help available

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:PACKet:UNFiltered:STATe
driver.source.bb.packet.unfiltered.set_state(state = False)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
unfiltered_copy = driver.source.bb.packet.unfiltered.clone()

Subgroups