BlockSize

SCPI Command :

CALCulate<n>:PSPectrum:BLOCksize
class BlockSizeCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:PSPectrum:BLOCksize
value: float = driver.applications.k6Pulse.calculate.pspectrum.blockSize.get(window = repcap.Window.Default)

Defines the size of blocks used in Pulse-to-Pulse Spectrum calculation. The block size also determines the resulting RBW of the Pulse-to-Pulse Spectrum (see method RsFsw.Applications.K6_Pulse.Calculate.Pspectrum.Rbw.get_) . For more information see ‘Parameter spectrum calculation’.

param window

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

return

block_size: Range: 8 to 100k

set(block_size: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:PSPectrum:BLOCksize
driver.applications.k6Pulse.calculate.pspectrum.blockSize.set(block_size = 1.0, window = repcap.Window.Default)

Defines the size of blocks used in Pulse-to-Pulse Spectrum calculation. The block size also determines the resulting RBW of the Pulse-to-Pulse Spectrum (see method RsFsw.Applications.K6_Pulse.Calculate.Pspectrum.Rbw.get_) . For more information see ‘Parameter spectrum calculation’.

param block_size

Range: 8 to 100k

param window

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