Setting

SCPI Commands :

[SOURce<HW>]:BB:LORA:SETTing:CATalog
[SOURce<HW>]:BB:LORA:SETTing:DELete
[SOURce<HW>]:BB:LORA:SETTing:LOAD
class SettingCls[source]

Setting commands group definition. 5 total commands, 1 Subgroups, 3 group commands

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:BB:LORA:SETTing:CATalog
value: List[str] = driver.source.bb.lora.setting.get_catalog()

No command help available

return:

catalog: No help available

get_delete() str[source]
# SCPI: [SOURce<HW>]:BB:LORA:SETTing:DELete
value: str = driver.source.bb.lora.setting.get_delete()

No command help available

return:

filename: No help available

get_load() str[source]
# SCPI: [SOURce<HW>]:BB:LORA:SETTing:LOAD
value: str = driver.source.bb.lora.setting.get_load()

No command help available

return:

filename: No help available

set_delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:SETTing:DELete
driver.source.bb.lora.setting.set_delete(filename = 'abc')

No command help available

param filename:

No help available

set_load(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:SETTing:LOAD
driver.source.bb.lora.setting.set_load(filename = 'abc')

No command help available

param filename:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.lora.setting.clone()

Subgroups