Execute

SCPI Command :

PROBe<*>:SETup:ALIGnment:GAIN:EXECute
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(probe=Probe.Default) None[source]
# PROBe<*>:SETup:ALIGnment:GAIN:EXECute
driver.probe.setup.alignment.gain.execute.set(probe = repcap.Probe.Default)

Corrects the zero point error and the gain error of the R&S RT-ZISO probe. To write the alignment result to the non-volatile flash of the probe, use method RsMxo.probe.setup.alignment.write.set() .

Parameters:

probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)

set_and_wait(probe=Probe.Default, opc_timeout_ms: int = -1) None[source]