Mode

SCPI Command :

CALCulate<n>:GRPDelay:MODE
class ModeCls[source]

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

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

Sets the group delay mode for multi carriers or queries its current state.

param window

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

return

mode: ABSolute | RELative ABSolute Calculates the absolute group delay; requires an external trigger RELative Calculates the relative group delay; the reference is configured by method RsFsw.Applications.K17_Mcgd.Calculate.GrpDelay.Reference.set.

set(mode: RsFsw.enums.ReferenceMode, window=Window.Default) None[source]
# SCPI: CALCulate<n>:GRPDelay:MODE
driver.applications.k17Mcgd.calculate.grpDelay.mode.set(mode = enums.ReferenceMode.ABSolute, window = repcap.Window.Default)

Sets the group delay mode for multi carriers or queries its current state.

param mode

ABSolute | RELative ABSolute Calculates the absolute group delay; requires an external trigger RELative Calculates the relative group delay; the reference is configured by method RsFsw.Applications.K17_Mcgd.Calculate.GrpDelay.Reference.set.

param window

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