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
- Commands in total: 4Subgroups: 0Direct child commands: 4
- delete(filename: str) None[source]
# [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 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. The command triggers an event and therefore has no query form and no*RSTvalue.- Parameters:
filename – string
- get_catalog() List[str][source]
# [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 method
RsSmw.massMemory.current_directory().- Returns:
catalog: string
- load(filename: str) None[source]
# [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 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
- set_store(filename: str) None[source]
# [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 method
RsSmw.massMemory.current_directory(). To store the files in this directory, you only have to give the file name, without the path and the file extension.- Parameters:
filename – string