Dselect
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:USER<CH>:DSELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:DSELect value: str = driver.source.bb.v5G.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.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
dselect: string File name inclusive file extension or complete file path
- set(dselect: str, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:DSELect driver.source.bb.v5G.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.
- Parameters:
dselect – string File name inclusive file extension or complete file path
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)