Store

SCPI Commands :

[SOURce<HW>]:BB:PRAMp:SETTing:STORe:FAST
[SOURce<HW>]:BB:PRAMp: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:PRAMp:SETTing:STORe:FAST
value: bool = driver.source.bb.pramp.setting.store.get_fast()

No command help available

return

fast: No help available

set_fast(fast: bool) None[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:SETTing:STORe:FAST
driver.source.bb.pramp.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:PRAMp:SETTing:STORe
driver.source.bb.pramp.setting.store.set_value(filename = 'abc')

No command help available

param filename

No help available