Restore

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum:RESTore
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:ESPectrum:RESTore
driver.applications.k149Uwb.calculate.limit.espectrum.restore.set(window = repcap.Window.Default, limitIx = repcap.LimitIx.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.

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

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

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