Holdoff

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:DEModulation:HOLDoff
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:DEModulation:HOLDoff
value: float = driver.calculate.marker.function.demodulation.holdoff.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines for how long the signal at the marker position is demodulated. In the time domain continuous demodulation is always 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:

duration: Range: 10 ms to 1000 s, Unit: S

set(duration: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:DEModulation:HOLDoff
driver.calculate.marker.function.demodulation.holdoff.set(duration = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines for how long the signal at the marker position is demodulated. In the time domain continuous demodulation is always on.

Parameters:
  • duration – Range: 10 ms to 1000 s, Unit: S

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