Library

SCPI Commands :

[SOURce<HW>]:BB:RADio:AM:APLayer:LIBRary:CATalog
[SOURce<HW>]:BB:RADio:AM:APLayer:LIBRary:SELect
class LibraryCls[source]

Library commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:APLayer:LIBRary:CATalog
value: List[str] = driver.source.bb.radio.am.apLayer.library.get_catalog()

Queries the files with settings in the default directory. Listed are files with the file extension *.wv and *.wav. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

return:

tx_audio_bc_am_wav_cat_nam: No help available

get_select() str[source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:APLayer:LIBRary:SELect
value: str = driver.source.bb.radio.am.apLayer.library.get_select()

Selects the audio file. If no file of the specified name exists, an error message is displayed. You can select files with the file extension *.wv and *.wav. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

return:

sel: string Filename or complete file path; file extension can be omitted

set_select(sel: str) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:APLayer:LIBRary:SELect
driver.source.bb.radio.am.apLayer.library.set_select(sel = 'abc')

Selects the audio file. If no file of the specified name exists, an error message is displayed. You can select files with the file extension *.wv and *.wav. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param sel:

string Filename or complete file path; file extension can be omitted