State

SCPI Command :

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

Enables the selected list. The following applies POWer = RF output level + OFFSet, where:

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

  • Load the list with method RsSmw.source.regenerator.object.ulist.select.set()

Parameters:

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

Returns:

user_list_state: OFF | ON | 1| 0

set(user_list_state: bool, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:ULISt:STATe
driver.source.regenerator.object.ulist.state.set(user_list_state = False, objectIx = repcap.ObjectIx.Default)

Enables the selected list. The following applies POWer = RF output level + OFFSet, where:

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

  • Load the list with method RsSmw.source.regenerator.object.ulist.select.set()

Parameters:
  • user_list_state – OFF | ON | 1| 0

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