All

SCPI Command :

MMEMory:LOAD:DEModsetting:ALL
class AllCls[source]

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

get() str[source]
# SCPI: MMEMory:LOAD:DEModsetting:ALL
value: str = driver.applications.k14Xnr5G.massMemory.load.demodSetting.all.get()

Restores the signal description of multiple carriers from a single file.

return

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

set(filename: str) None[source]
# SCPI: MMEMory:LOAD:DEModsetting:ALL
driver.applications.k14Xnr5G.massMemory.load.demodSetting.all.set(filename = 'abc')

Restores the signal description of multiple carriers from a single file.

param filename

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