Rlist

SCPI Command :

SOURce:GPRF:GENerator<Instance>:LIST:RLISt
class RlistCls[source]

Rlist commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set() None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:RLISt
driver.source.listPy.rlist.set()

Restarts the list generator at the first frequency/level step. This command provides a fast alternative to a complete restart of the list generator (turn generator off and on again) . The active list index can be queried using method RsCmwGprfGen.Source.ListPy.aindex.

set_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:RLISt
driver.source.listPy.rlist.set_with_opc()

Restarts the list generator at the first frequency/level step. This command provides a fast alternative to a complete restart of the list generator (turn generator off and on again) . The active list index can be queried using method RsCmwGprfGen.Source.ListPy.aindex.

Same as set, but waits for the operation to complete before continuing further. Use the RsCmwGprfGen.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.