Bextension
SCPI Commands :
SCONfiguration:BEXTension:DIR
SCONfiguration:BEXTension:STATe
- class BextensionCls[source]
Bextension commands group definition. 24 total commands, 5 Subgroups, 2 group commands
- get_dir() str [source]
# SCPI: SCONfiguration:BEXTension:DIR value: str = driver.sconfiguration.bextension.get_dir()
No command help available
- return:
rem_dir: No help available
- get_state() bool [source]
# SCPI: SCONfiguration:BEXTension:STATe value: bool = driver.sconfiguration.bextension.get_state()
Activates bandwidth extension.
- return:
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: SCONfiguration:BEXTension:STATe driver.sconfiguration.bextension.set_state(state = False)
Activates bandwidth extension.
- param state:
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.bextension.clone()
Subgroups