Frequency

SCPI Command :

CALCulate<n>:UNIT:FREQuency
class FrequencyCls[source]

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

get(window=Window.Default) RsFsw.enums.ReferenceMode[source]
# SCPI: CALCulate<n>:UNIT:FREQuency
value: enums.ReferenceMode = driver.applications.k6Pulse.calculate.unit.frequency.get(window = repcap.Window.Default)

Switches between relative (default) and absolute frequency values. This setting applies to Pulse Frequency, Result Range Spectrum, Parameter Distribution and Parameter Trend result displays.

param window

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

return

reference_mode: No help available

set(reference_mode: RsFsw.enums.ReferenceMode, window=Window.Default) None[source]
# SCPI: CALCulate<n>:UNIT:FREQuency
driver.applications.k6Pulse.calculate.unit.frequency.set(reference_mode = enums.ReferenceMode.ABSolute, window = repcap.Window.Default)

Switches between relative (default) and absolute frequency values. This setting applies to Pulse Frequency, Result Range Spectrum, Parameter Distribution and Parameter Trend result displays.

param reference_mode

No help available

param window

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