Sync

SCPI Commands :

[SENSe]:DDEMod:SEARch:SYNC:COPY
[SENSe]:DDEMod:SEARch:SYNC:DELete
class SyncCls[source]

Sync commands group definition. 18 total commands, 14 Subgroups, 2 group commands

copy(pattern: str) None[source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:COPY
driver.applications.k70Vsa.sense.ddemod.search.sync.copy(pattern = 'abc')

Copies a pattern file. The pattern to be copied must have been selected before using [SENSe:]DDEMod:SEARch:SYNC:NAME. Tip: In manual operation, a pattern can be copied in the editor by storing it under a new name.

param pattern

No help available

delete() None[source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:DELete
driver.applications.k70Vsa.sense.ddemod.search.sync.delete()

Deletes a sync sequence. The sync sequence to be deleted must have been selected before using [SENSe:]DDEMod:SEARch:SYNC:NAME.

delete_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:DELete
driver.applications.k70Vsa.sense.ddemod.search.sync.delete_with_opc()

Deletes a sync sequence. The sync sequence to be deleted must have been selected before using [SENSe:]DDEMod:SEARch:SYNC:NAME.

Same as delete, but waits for the operation to complete before continuing further. Use the RsFsw.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.applications.k70Vsa.sense.ddemod.search.sync.clone()

Subgroups