Mservice
SCPI Command :
MMEMory:STORe<n>:MSERvice
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(store=Store.Default) str[source]
# MMEMory:STORe<n>:MSERvice value: str = driver.applications.k14Xnr5G.massMemory.store.mservice.get(store = repcap.Store.Default)
Exports the signal configuration to the microservice.
- 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 .m5g.
- set(filename: str, store=Store.Default) None[source]
# MMEMory:STORe<n>:MSERvice driver.applications.k14Xnr5G.massMemory.store.mservice.set(filename = 'abc', store = repcap.Store.Default)
Exports the signal configuration to the microservice.
- Parameters:
filename – String containing the path and name of the file. The file extension is .m5g.
store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)