Sarea

SCPI Command :

CALCulate<n>:MARKer<m>:SPECtrogram:SARea
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) SearchArea[source]
# CALCulate<n>:MARKer<m>:SPECtrogram:SARea
value: enums.SearchArea = driver.calculate.marker.spectrogram.sarea.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the marker search area for all spectrogram markers in the channel.

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:

search_area: VISible Performs a search within the visible frames. Note that the command does not work if the spectrogram is not visible for any reason (e.g. if the display update is off) . MEMory Performs a search within all frames in the memory.

set(search_area: SearchArea, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:SPECtrogram:SARea
driver.calculate.marker.spectrogram.sarea.set(search_area = enums.SearchArea.MEMory, window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the marker search area for all spectrogram markers in the channel.

Parameters:
  • search_area – VISible Performs a search within the visible frames. Note that the command does not work if the spectrogram is not visible for any reason (e.g. if the display update is off) . MEMory Performs a search within all frames in the memory.

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