Agc

SCPI Command :

MMEMory:STORe<n>:WAV:AGC
class AgcCls[source]

Agc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(store=Store.Default) bool[source]
# SCPI: MMEMory:STORe<n>:WAV:AGC
value: bool = driver.massMemory.store.wav.agc.get(store = repcap.Store.Default)

No command help available

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)

return

state: No help available

set(state: bool, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:WAV:AGC
driver.massMemory.store.wav.agc.set(state = False, store = repcap.Store.Default)

No command help available

param state

No help available

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)