Holdoff

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:DEModulation:HOLDoff
class HoldoffCls[source]

Holdoff commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: 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 the signal at the marker position is demodulated. In the time domain continuous demodulation is always on.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

return

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

set(duration: float, window=Window.Default, marker=Marker.Default) None[source]
# SCPI: 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 the signal at the marker position is demodulated. In the time domain continuous demodulation is always on.

param duration

Range: 10 ms to 1000 s, Unit: S

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)