Unfiltered
SCPI Command :
[SOURce<HW>]:BB:PACKet:UNFiltered:STATe
- class UnfilteredCls[source]
Unfiltered commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:PACKet:UNFiltered:STATe value: bool = driver.source.bb.packet.unfiltered.get_state()
No command help available
- return:
state: No help available
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:PACKet:UNFiltered:STATe driver.source.bb.packet.unfiltered.set_state(state = False)
No command help available
- param state:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.packet.unfiltered.clone()
Subgroups