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
class UserCls[source]

User commands group definition. 4 total commands, 1 Subgroups, 3 group commands

delete(filename: str) None[source]
# SCPI: [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 command method RsSmbv.MassMemory.currentDirectory. To access the files in this directory, you only have to give the file name, without the path and the file extension.

param filename

string

get_catalog() List[str][source]
# SCPI: [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 command method RsSmbv. MassMemory.currentDirectory.

return

catalog: string

load(filename: str, channelNull=ChannelNull.Default) None[source]
# SCPI: [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 command method RsSmbv.MassMemory.currentDirectory. To access the files in this directory, you only have to give the file name, without the path and the file extension.

param filename

user_coding

param channelNull

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

Cloning the Group

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

Subgroups