MaxFrequency
SCPI Command :
CALCulate<n>:PPSPectrum:MAXFrequency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:PPSPectrum:MAXFrequency value: float = driver.applications.k6Pulse.calculate.ppSpectrum.maxFrequency.get(window = repcap.Window.Default)
Defines the maximum frequency span for which the 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>:PPSPectrum:MAXFrequency driver.applications.k6Pulse.calculate.ppSpectrum.maxFrequency.set(max_frequncy = 1.0, window = repcap.Window.Default)
Defines the maximum frequency span for which the 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’)