Dc
SCPI Commands :
GENerator:ALIGnment:DC[:STARt]
GENerator:ALIGnment:DC:ABORt
- Commands in total: 5Subgroups: 1Direct child commands: 2
- abort() None[source]
# GENerator:ALIGnment:DC:ABORt driver.generator.alignment.dc.abort()
Aborts a DC offset alignment.
- abort_and_wait(opc_timeout_ms: int = -1) None[source]
# GENerator:ALIGnment:DC:ABORt driver.generator.alignment.dc.abort_and_wait()
Aborts a DC offset alignment.
Same as abort, but waits for the operation to complete before continuing further. Use the RsRtx.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- start() None[source]
# GENerator:ALIGnment:DC[:STARt] driver.generator.alignment.dc.start()
Starts a DC offset alignment.
- start_and_wait(opc_timeout_ms: int = -1) None[source]
# GENerator:ALIGnment:DC[:STARt] driver.generator.alignment.dc.start_and_wait()
Starts a DC offset alignment.
Same as start, but waits for the operation to complete before continuing further. Use the RsRtx.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
dc_copy = driver.generator.alignment.dc.clone()
Subgroups