Hdepth

SCPI Command :

CALCulate<n>:SPECtrogram:HDEPth
class HdepthCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:SPECtrogram:HDEPth
value: float = driver.applications.k60Transient.calculate.spectrogram.hdepth.get(window = repcap.Window.Default)

Defines the number of frames to be stored in the FSW memory.

param window

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

return

depth: No help available

set(depth: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:SPECtrogram:HDEPth
driver.applications.k60Transient.calculate.spectrogram.hdepth.set(depth = 1.0, window = repcap.Window.Default)

Defines the number of frames to be stored in the FSW memory.

param depth

No help available

param window

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