All

SCPI Command :

MMEMory:STORe<n>:DEModsetting:ALL
class AllCls[source]

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

get(store=Store.Default) str[source]
# SCPI: MMEMory:STORe<n>:DEModsetting:ALL
value: str = driver.applications.k14Xnr5G.massMemory.store.demodSetting.all.get(store = repcap.Store.Default)

Saves the signal description of multiple carriers in a single file.

param store

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

return

filename: String containing the path and name of the file. The file extension is .ccallocation.

set(filename: str, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:DEModsetting:ALL
driver.applications.k14Xnr5G.massMemory.store.demodSetting.all.set(filename = 'abc', store = repcap.Store.Default)

Saves the signal description of multiple carriers in a single file.

param filename

String containing the path and name of the file. The file extension is .ccallocation.

param store

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