Reference

SCPI Command :

CALCulate<n>:GRPDelay:REFerence
class ReferenceCls[source]

Reference commands group definition. 2 total commands, 1 Subgroups, 1 group commands

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

Determines the reference used for relative group delay measurement.

param window

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

return

ref_type: AVERage (Default:) The average group delay is used as a reference CENTer The group delay measured for the center frequency is used as a reference MANual The group delay measured at the user-defined reference frequency is used as a reference (see method RsFsw.Applications.K17_Mcgd.Calculate.GrpDelay.Reference.Frequency.set)

set(ref_type: RsFsw.enums.GrpdRelRefType, window=Window.Default) None[source]
# SCPI: CALCulate<n>:GRPDelay:REFerence
driver.applications.k17Mcgd.calculate.grpDelay.reference.set(ref_type = enums.GrpdRelRefType.AVERage, window = repcap.Window.Default)

Determines the reference used for relative group delay measurement.

param ref_type

AVERage (Default:) The average group delay is used as a reference CENTer The group delay measured for the center frequency is used as a reference MANual The group delay measured at the user-defined reference frequency is used as a reference (see method RsFsw.Applications.K17_Mcgd.Calculate.GrpDelay.Reference.Frequency.set)

param window

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k17Mcgd.calculate.grpDelay.reference.clone()

Subgroups