Select

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:ULISt:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) str[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:ULISt:SELect
value: str = driver.source.regenerator.object.ulist.select.get(objectIx = repcap.ObjectIx.Default)

Loads the selected list from the default or the specified directory. Loaded are files with extension reg_list. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory. The following applies POWer = RF output level + OFFSet, where:

  • Query the existing list with method RsSmw.source.regenerator.object.ulist.catalog()

  • Apply the list with method RsSmw.source.regenerator.object.ulist.state.set()

Parameters:

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

Returns:

user_list_select: ‘filename’ Filename or complete file path; file extension can be omitted.

set(user_list_select: str, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:ULISt:SELect
driver.source.regenerator.object.ulist.select.set(user_list_select = 'abc', objectIx = repcap.ObjectIx.Default)

Loads the selected list from the default or the specified directory. Loaded are files with extension reg_list. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory. The following applies POWer = RF output level + OFFSet, where:

  • Query the existing list with method RsSmw.source.regenerator.object.ulist.catalog()

  • Apply the list with method RsSmw.source.regenerator.object.ulist.state.set()

Parameters:
  • user_list_select – ‘filename’ Filename or complete file path; file extension can be omitted.

  • objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)