MaxFrequency

SCPI Command :

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

Parameters:

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

Returns:

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

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

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

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