User

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:CCODing:USER:CATalog
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:CCODing:USER:DELete
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:CCODing:USER:LOAD
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:CCODing:USER:STORe
class UserCls[source]

User commands group definition. 4 total commands, 0 Subgroups, 4 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:CCODing:USER:DELete
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.ccoding.user.delete(filename = 'abc')

The command deletes the specified files with stored user channel codings. The files are stored with the fixed file extensions *.3g_ccod_ul 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. The command triggers an event and therefore has no query form and no *RST value.

param filename

string

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:CCODing:USER:CATalog
value: List[str] = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.ccoding.user.get_catalog()

The command queries existing files with stored user channel codings. The files are stored with the fixed file extensions *.3g_ccod_ul 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) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:CCODing:USER:LOAD
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.ccoding.user.load(filename = 'abc')

The command loads the specified files with stored user channel codings. The files are stored with the fixed file extensions *.3g_ccod_ul 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

set_store(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:CCODing:USER:STORe
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.ccoding.user.set_store(filename = 'abc')

The command saves the current settings for channel coding as user channel coding in the specified file. The files are stored with the fixed file extensions *.3g_ccod_ul in a directory of the user’s choice. The directory in which the file is stored is defined with the command method RsSmbv.MassMemory.currentDirectory. To store the files in this directory, you only have to give the file name, without the path and the file extension.

param filename

string