Dselect

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:DSELect
class DselectCls[source]

Dselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default) str[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:DSELect
value: str = driver.source.bb.eutra.downlink.user.dselect.get(userIx = repcap.UserIx.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 userIx

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

return

dselect: string File name incl. file extension or complete file path

set(dselect: str, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:DSELect
driver.source.bb.eutra.downlink.user.dselect.set(dselect = 'abc', userIx = repcap.UserIx.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 dselect

string File name incl. file extension or complete file path

param userIx

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