Mode

SCPI Command :

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

Parameters:

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

Returns:

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.k17Mcgd.calculate.grpDelay.reference.set() .

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

Parameters:
  • 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.k17Mcgd.calculate.grpDelay.reference.set() .

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