Frequency

SCPI Command :

CALCulate<n>:GRPDelay:REFerence:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

Returns:

ref_carr_freq: numeric value

set(ref_carr_freq: float, window=Window.Default) None[source]
# 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.

Parameters:
  • ref_carr_freq – numeric value

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