Store
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ULISt:STORe
- class StoreCls[source]
Store commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- set(filename: str, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ULISt:STORe driver.source.bb.gsm.frame.slot.subChannel.user.ulist.store.set(filename = 'abc', frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
This command stores the current slot settings into the selected file. The directory is set using command method RsSmbv. MassMemory.currentDirectory. A path can also be specified, in which case the files in the specified directory are read. Only enter the file name. User slots are stored as files with the specific file extensions *.gsm_slu and *.gsm_hslu.
- param filename
string
- param frameIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- param subchannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)