SearchSignal

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:MDEPth:SEARchsignal
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) EventOnce[source]
# CALCulate<n>:MARKer<m>:FUNCtion:MDEPth:SEARchsignal
value: enums.EventOnce = driver.calculate.marker.function.mdepth.searchSignal.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

This command initiates a search for the signals required for the AM depth measurement. Note that the command does not perform a new measurement, but looks for the signals on the current trace.

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

set(event: EventOnce, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:MDEPth:SEARchsignal
driver.calculate.marker.function.mdepth.searchSignal.set(event = enums.EventOnce.ONCE, window = repcap.Window.Default, marker = repcap.Marker.Default)

This command initiates a search for the signals required for the AM depth measurement. Note that the command does not perform a new measurement, but looks for the signals on the current trace.

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