MaxFrequency

SCPI Command :

CALCulate<n>:PSPectrum:MAXFrequency
class MaxFrequencyCls[source]

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

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

Defines the maximum frequency span for which the Pulse-to-Pulse Spectrum is calculated. Internally, the span is limited by the number of possible interpolation samples (100 000) .

param window

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

return

max_frequncy: Range: 0 to 1/10 of sample rate, Unit: HZ

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

Defines the maximum frequency span for which the Pulse-to-Pulse Spectrum is calculated. Internally, the span is limited by the number of possible interpolation samples (100 000) .

param max_frequncy

Range: 0 to 1/10 of sample rate, Unit: HZ

param window

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