All
SCPI Command :
MMEMory:STORe<n>:DEModsetting:ALL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(store=Store.Default) str[source]
# 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.
- Parameters:
store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)
- Returns:
filename: String containing the path and name of the file. The file extension is .ccallocation.
- set(filename: str, store=Store.Default) None[source]
# 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.
- Parameters:
filename – String containing the path and name of the file. The file extension is .ccallocation.
store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)