Update

SCPI Command :

MTESt<*>:AUTomask:UPDate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(maskTest=MaskTest.Default) bool[source]
# MTESt<*>:AUTomask:UPDate
value: bool = driver.mtest.automask.update.get(maskTest = repcap.MaskTest.Default)

Creates or updates the upper and lower mask limit from the envelope of the selected source by copying the waveform data. See also: method RsMxo.mtest.source.set() .

Parameters:

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

set(maskTest=MaskTest.Default) None[source]
# MTESt<*>:AUTomask:UPDate
driver.mtest.automask.update.set(maskTest = repcap.MaskTest.Default)

Creates or updates the upper and lower mask limit from the envelope of the selected source by copying the waveform data. See also: method RsMxo.mtest.source.set() .

Parameters:

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

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