Esingle

SCPI Command :

SOURce:GPRF:GENerator<Instance>:LIST:ESINgle
class EsingleCls[source]

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

set() None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:ESINgle
driver.source.listPy.esingle.set()
Starts a single generator cycle through the frequency/level list.

INTRO_CMD_HELP: This command is available only if:

  • The list mode is enabled (see method RsCmwGprfGen.Source.ListPy.value) .

  • And the ‘Single’ list mode is set (method RsCmwGprfGen.Source.ListPy.repetition) .

  • And the increment ‘Dwell Time’ is set (method RsCmwGprfGen.Source.ListPy.Increment.value) .

set_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:ESINgle
driver.source.listPy.esingle.set_with_opc()
Starts a single generator cycle through the frequency/level list.

INTRO_CMD_HELP: This command is available only if:

  • The list mode is enabled (see method RsCmwGprfGen.Source.ListPy.value) .

  • And the ‘Single’ list mode is set (method RsCmwGprfGen.Source.ListPy.repetition) .

  • And the increment ‘Dwell Time’ is set (method RsCmwGprfGen.Source.ListPy.Increment.value) .

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.