BlockSize
SCPI Command :
CALCulate<n>:PSPectrum:BLOCksize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.k6Pulse.calculate.pspectrum.rbw.get()) . For more information see ‘Parameter spectrum calculation’.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
block_size: Range: 8 to 100k
- set(block_size: float, window=Window.Default) None[source]
# 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.k6Pulse.calculate.pspectrum.rbw.get()) . For more information see ‘Parameter spectrum calculation’.- Parameters:
block_size – Range: 8 to 100k
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)