Slist

SCPI Command :

SOURce:GPRF:GENerator<Instance>:LIST:SLISt
class SlistCls[source]

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

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

This command initiates the list cycling in CONTinuous repetition mode (see method RsCmwGprfGen.Source.ListPy.repetition) , for lists incremented by dwell time or ARB file marker (see method RsCmwGprfGen.Source.ListPy.Increment.value) and with ‘Manual’ list increment enabling (see method RsCmwGprfGen.Source.ListPy.Increment.Enabling.value) . 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:SLISt
driver.source.listPy.slist.set_with_opc()

This command initiates the list cycling in CONTinuous repetition mode (see method RsCmwGprfGen.Source.ListPy.repetition) , for lists incremented by dwell time or ARB file marker (see method RsCmwGprfGen.Source.ListPy.Increment.value) and with ‘Manual’ list increment enabling (see method RsCmwGprfGen.Source.ListPy.Increment.Enabling.value) . 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.