Hdepth

SCPI Command :

CALCulate<n>:SPECtrogram:HDEPth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

set(depth: float, window=Window.Default) None[source]
# 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.

Parameters:

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