Timing
SCPI Command :
CALCulate<n>:PSPectrum:TIMing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) PulseTimingItems[source]
# CALCulate<n>:PSPectrum:TIMing value: enums.PulseTimingItems = driver.applications.k6Pulse.calculate.pspectrum.timing.get(window = repcap.Window.Default)
Configures the Parameter Spectrum result display.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
param: TSTamp | SETTling | RISE | FALL | PWIDth | OFF | DRATio | DCYCle | PRI | PRF Pulse parameter to be displayed on the x-axis. For a description of the available parameters see ‘Timing parameters’. TSTamp Timestamp SETTling Settling Time RISE Rise Time FALL Fall Time PWIDth Pulse Width (ON Time) OFF Off Time DRATio Duty Ratio DCYCle Duty Cycle (%) PRI Pulse Repetition Interval PRF Pulse Repetition Frequency (Hz)
- set(param: PulseTimingItems, window=Window.Default) None[source]
# CALCulate<n>:PSPectrum:TIMing driver.applications.k6Pulse.calculate.pspectrum.timing.set(param = enums.PulseTimingItems.DCYCle, window = repcap.Window.Default)
Configures the Parameter Spectrum result display.
- Parameters:
param – TSTamp | SETTling | RISE | FALL | PWIDth | OFF | DRATio | DCYCle | PRI | PRF Pulse parameter to be displayed on the x-axis. For a description of the available parameters see ‘Timing parameters’. TSTamp Timestamp SETTling Settling Time RISE Rise Time FALL Fall Time PWIDth Pulse Width (ON Time) OFF Off Time DRATio Duty Ratio DCYCle Duty Cycle (%) PRI Pulse Repetition Interval PRF Pulse Repetition Frequency (Hz)
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)