State

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:SUMMary[: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[:STATe]
value: bool = driver.calculate.marker.function.summary.state.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns time domain power measurements on and off. This measurement is only available in zero span. When you turn the measurement on, the FSW activates a marker and positions it on the peak power level in the marker search range.

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[:STATe]
driver.calculate.marker.function.summary.state.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns time domain power measurements on and off. This measurement is only available in zero span. When you turn the measurement on, the FSW activates a marker and positions it on the peak power level in the marker search range.

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