Sync
SCPI Commands :
[SENSe]:DDEMod:SEARch:SYNC:COPY
[SENSe]:DDEMod:SEARch:SYNC:DELete
- Commands in total: 18Subgroups: 14Direct child commands: 2
- copy(pattern: str) None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.name.set(). Tip: In manual operation, a pattern can be copied in the editor by storing it under a new name.
- delete() None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.name.set().
- delete_with_opc(opc_timeout_ms: int = -1) None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.name.set().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.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
Cloning the Group
# Create a copy of the original group, that exists independently
sync_copy = driver.applications.k70Vsa.sense.ddemod.search.sync.clone()
Subgroups