Select

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:DEModulation:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(demod_mode: MarkerDemodMode, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:DEModulation:SELect
driver.calculate.marker.function.demodulation.select.set(demod_mode = enums.MarkerDemodMode.AC, window = repcap.Window.Default, marker = repcap.Marker.Default)

Selects the demodulation mode at the marker position.

Parameters:
  • demod_mode – AM AM demodulation FM FM demodulation PM FM demodulation AC AC video demodulation AUDio Audio demodulation

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