State

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:SUMMary:SDEV[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) bool[source]
# CALCulate<n>:MARKer<m>:FUNCtion:SUMMary:SDEV[:STATe]
value: bool = driver.calculate.marker.function.summary.sdev.state.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns the evaluation to determine the standard deviation of the time domain power on and off. The FSW performs the measurement on the trace marker 1 is positioned on.

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 ‘Marker’)

Returns:

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:SUMMary:SDEV[:STATe]
driver.calculate.marker.function.summary.sdev.state.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns the evaluation to determine the standard deviation of the time domain power on and off. The FSW performs the measurement on the trace marker 1 is positioned on.

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 ‘Marker’)