Frequency

SCPI Command :

CALCulate<n>:GRPDelay:REFerence:FREQuency
class FrequencyCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:GRPDelay:REFerence:FREQuency
value: float = driver.applications.k17Mcgd.calculate.grpDelay.reference.frequency.get(window = repcap.Window.Default)

Determines the frequency of the reference carrier used for relative group delay calculation. The group delay measured at this frequency is used as a reference.

param window

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

return

ref_carr_freq: numeric value

set(ref_carr_freq: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:GRPDelay:REFerence:FREQuency
driver.applications.k17Mcgd.calculate.grpDelay.reference.frequency.set(ref_carr_freq = 1.0, window = repcap.Window.Default)

Determines the frequency of the reference carrier used for relative group delay calculation. The group delay measured at this frequency is used as a reference.

param ref_carr_freq

numeric value

param window

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