Timing

SCPI Command :

CALCulate<n>:PSPectrum:TIMing
class TimingCls[source]

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

get(window=Window.Default) RsFsw.enums.PulseTimingItems[source]
# SCPI: CALCulate<n>:PSPectrum:TIMing
value: enums.PulseTimingItems = driver.applications.k6Pulse.calculate.pspectrum.timing.get(window = repcap.Window.Default)

Configures the Parameter Spectrum result display.

param window

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

return

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: RsFsw.enums.PulseTimingItems, window=Window.Default) None[source]
# SCPI: 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.

param 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)

param window

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