Store

SCPI Commands :

[SOURce<HW>]:BB:LORA:SETTing:STORe:FAST
[SOURce<HW>]:BB:LORA:SETTing:STORe
class StoreCls[source]

Store commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_fast() bool[source]
# SCPI: [SOURce<HW>]:BB:LORA:SETTing:STORe:FAST
value: bool = driver.source.bb.lora.setting.store.get_fast()

No command help available

return:

fast: No help available

set_fast(fast: bool) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:SETTing:STORe:FAST
driver.source.bb.lora.setting.store.set_fast(fast = False)

No command help available

param fast:

No help available

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

No command help available

param filename:

No help available