Select
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:ULISt:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default) str [source]
# SCPI: [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.
INTRO_CMD_HELP: The following applies POWer = RF output level + OFFSet, where:
Query the existing list with [:SOURce<hw>]:REGenerator:OBJect:ULISt:CATalog?
Apply the list with [:SOURce<hw>]:REGenerator:OBJect<ch>:ULISt:STATe
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- return:
user_list_select: ‘filename’ Filename or complete file path; file extension can be omitted.
- set(user_list_select: str, objectIx=ObjectIx.Default) None [source]
# SCPI: [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.
INTRO_CMD_HELP: The following applies POWer = RF output level + OFFSet, where:
Query the existing list with [:SOURce<hw>]:REGenerator:OBJect:ULISt:CATalog?
Apply the list with [:SOURce<hw>]:REGenerator:OBJect<ch>:ULISt:STATe
- param user_list_select:
‘filename’ Filename or complete file path; file extension can be omitted.
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)