Sweep

SCPI Command :

[SOURce<HW>]:SWEep:RESet:[ALL]
class SweepCls[source]

Sweep commands group definition. 29 total commands, 3 Subgroups, 1 group commands

reset_all() None[source]
# SCPI: [SOURce<HW>]:SWEep:RESet:[ALL]
driver.source.sweep.reset_all()

Resets all active sweeps to the starting point.

reset_all_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SOURce<HW>]:SWEep:RESet:[ALL]
driver.source.sweep.reset_all_with_opc()

Resets all active sweeps to the starting point.

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

param opc_timeout_ms

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.sweep.clone()

Subgroups