Sconfiguration

SCPI Commands :

SCONfiguration:MODE
SCONfiguration:PRESet
class SconfigurationCls[source]

Sconfiguration commands group definition. 17 total commands, 5 Subgroups, 2 group commands

get_mode() EmulSgtBbSystemConfiguration[source]
# SCPI: SCONfiguration:MODE
value: enums.EmulSgtBbSystemConfiguration = driver.sconfiguration.get_mode()

No command help available

return:

configuration: No help available

preset() None[source]
# SCPI: SCONfiguration:PRESet
driver.sconfiguration.preset()

No command help available

preset_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SCONfiguration:PRESet
driver.sconfiguration.preset_with_opc()

No command help available

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

param opc_timeout_ms:

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

set_mode(configuration: EmulSgtBbSystemConfiguration) None[source]
# SCPI: SCONfiguration:MODE
driver.sconfiguration.set_mode(configuration = enums.EmulSgtBbSystemConfiguration.AFETracking)

No command help available

param configuration:

No help available

Cloning the Group

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

Subgroups