Store

SCPI Commands :

[SOURce<HW>]:BB:PRAMp:SETTing:STORe:FAST
[SOURce<HW>]:BB:PRAMp:SETTing:STORe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_fast() bool[source]
# [SOURce<HW>]:BB:PRAMp:SETTing:STORe:FAST
value: bool = driver.source.bb.pramp.setting.store.get_fast()

No help available

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

No help available

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

No help available