Store

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ULISt:STORe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(filename: str, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) None[source]
# [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 RsSmw.massMemory.current_directory() . 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.

Parameters:
  • filename – string

  • frameIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

  • slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

  • subChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)