Hdr
SCPI Command :
[SOURce<HW>]:BB:BTOoth:HDR:STATe
- class HdrCls[source]
Hdr commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:HDR:STATe value: bool = driver.source.bb.btooth.hdr.get_state()
No command help available
- return
hdr_state: No help available
- set_state(hdr_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:HDR:STATe driver.source.bb.btooth.hdr.set_state(hdr_state = False)
No command help available
- param hdr_state
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.btooth.hdr.clone()
Subgroups