ListPy
SCPI Command :
[SOURce<HW>]:BB:OFDM:USER<CH0>:LIST
- class ListPyCls[source]
ListPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userNull=UserNull.Default) str [source]
# SCPI: [SOURce<HW>]:BB:OFDM:USER<CH0>:LIST value: str = driver.source.bb.ofdm.user.listPy.get(userNull = repcap.UserNull.Default)
Selects an existing data list file from the default directory or from the specific directory. 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 userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- return
data_list: string file name incl. file extension or complete file path
- set(data_list: str, userNull=UserNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:USER<CH0>:LIST driver.source.bb.ofdm.user.listPy.set(data_list = 'abc', userNull = repcap.UserNull.Default)
Selects an existing data list file from the default directory or from the specific directory. 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 data_list
string file name incl. file extension or complete file path
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)