User

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel:DPCH:CCODing:USER:CATalog
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel:DPCH:CCODing:USER:DELete
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:CCODing:USER:LOAD
Commands in total: 4
Subgroups: 1
Direct child commands: 3
delete(filename: str) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel:DPCH:CCODing:USER:DELete
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.ccoding.user.delete(filename = 'abc')

Deletes the specified files with stored user channel codings. The files are stored with the fixed file extensions 3g_ccod_dl in a directory of the user’s choice. The directory applicable to the commands is defined with the method RsSmw.massMemory.current_directory() . To access the files in this directory, you only have to give the file name, without the path and the file extension.

Parameters:

filename – string

get_catalog() List[str][source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel:DPCH:CCODing:USER:CATalog
value: List[str] = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.ccoding.user.get_catalog()

Queries existing files with stored user channel codings. The files are stored with the fixed file extensions 3g_ccod_dl in a directory of the user’s choice. The directory applicable to the commands is defined with the method RsSmw.massMemory.current_directory() .

Returns:

catalog: string

load(filename: str, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:CCODing:USER:LOAD
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.ccoding.user.load(filename = 'abc', channelNull = repcap.ChannelNull.Default)

The command loads the specified files with stored user channel codings. The files are stored with the fixed file extensions 3g_ccod_dl in a directory of the user’s choice. The directory applicable to the commands is defined with the method RsSmw.massMemory.current_directory() . To access the files in this directory, you only have to give the file name, without the path and the file extension.

Parameters:
  • filename – user_coding

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

Cloning the Group

# Create a copy of the original group, that exists independently
user_copy = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.ccoding.user.clone()

Subgroups