Ulist

SCPI Commands :

[SOURce<HW>]:BB:GSM:FRAMe<DI>:ULISt:DELete
[SOURce<HW>]:BB:GSM:FRAMe<DI>:ULISt:LOAD
Commands in total: 4
Subgroups: 2
Direct child commands: 2
delete(filename: str, frameIx=FrameIx.Default) None[source]
# [SOURce<HW>]:BB:GSM:FRAMe<DI>:ULISt:DELete
driver.source.bb.gsm.frame.ulist.delete(filename = 'abc', frameIx = repcap.FrameIx.Default)

This command deletes the selected file with user defined frame settings. 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. The file extension can be omitted. Only files with the file extension gsm_fu and gsm_hfu are deleted.

Parameters:
  • filename – string

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

load(filename: str, frameIx=FrameIx.Default) None[source]
# [SOURce<HW>]:BB:GSM:FRAMe<DI>:ULISt:LOAD
driver.source.bb.gsm.frame.ulist.load(filename = 'abc', frameIx = repcap.FrameIx.Default)

This command loads the selected file with user defined frame settings. 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. The file extension can be omitted. Only files with the file extension gsm_fu and gsm_hfu are loaded.

Parameters:
  • filename – string

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

Cloning the Group

# Create a copy of the original group, that exists independently
ulist_copy = driver.source.bb.gsm.frame.ulist.clone()

Subgroups