Restore

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum<sb>:RESTore
class RestoreCls[source]

Restore commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum<sb>:RESTore
driver.calculate.limit.espectrum.restore.set(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)

Restores the predefined limit lines for the selected Spectrum Emission Mask standard. All modifications made to the predefined limit lines are lost and the factory-set values are restored.

param window

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

param limitIx

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

param subBlock

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

set_with_opc(window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default, opc_timeout_ms: int = - 1) None[source]