Reference
SCPI Command :
CALCulate<n>:GRPDelay:REFerence
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(window=Window.Default) GrpdRelRefType[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
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.k17Mcgd.calculate.grpDelay.reference.frequency.set())
- set(ref_type: GrpdRelRefType, window=Window.Default) None[source]
# 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.
- Parameters:
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.k17Mcgd.calculate.grpDelay.reference.frequency.set())window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
Cloning the Group
# Create a copy of the original group, that exists independently
reference_copy = driver.applications.k17Mcgd.calculate.grpDelay.reference.clone()
Subgroups