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