State

SCPI Command :

CALCulate<n>:SNOise<m>:DECades[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) bool[source]
# CALCulate<n>:SNOise<m>:DECades[:STATe]
value: bool = driver.applications.k40PhaseNoise.calculate.snoise.decades.state.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns the spot noise calculation on every 10x offset frequency on and off.

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

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:SNOise<m>:DECades[:STATe]
driver.applications.k40PhaseNoise.calculate.snoise.decades.state.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns the spot noise calculation on every 10x offset frequency on and off.

Parameters:
  • state – ON | OFF | 1 | 0

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

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