State
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:ULISt:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default) bool [source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:ULISt:STATe value: bool = driver.source.regenerator.object.ulist.state.get(objectIx = repcap.ObjectIx.Default)
- Enables the selected list.
INTRO_CMD_HELP: The following applies POWer = RF output level + OFFSet, where:
Query the existing list with [:SOURce<hw>]:REGenerator:OBJect:ULISt:CATalog?
Load the list with [:SOURce<hw>]:REGenerator:OBJect<ch>:ULISt:SELect
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- return:
user_list_state: OFF| ON| 1| 0
- set(user_list_state: bool, objectIx=ObjectIx.Default) None [source]
# SCPI: [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.
INTRO_CMD_HELP: The following applies POWer = RF output level + OFFSet, where:
Query the existing list with [:SOURce<hw>]:REGenerator:OBJect:ULISt:CATalog?
Load the list with [:SOURce<hw>]:REGenerator:OBJect<ch>:ULISt:SELect
- param user_list_state:
OFF| ON| 1| 0
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)