Result

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult
Commands in total: 4
Subgroups: 3
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) MarkerFunctionA[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult
value: enums.MarkerFunctionA = driver.applications.k14Xnr5G.calculate.marker.function.power.result.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

This command queries the (numerical) results of the ACLR measurement.

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

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

set(measurement: MarkerFunctionA, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult
driver.applications.k14Xnr5G.calculate.marker.function.power.result.set(measurement = enums.MarkerFunctionA.ACPower, window = repcap.Window.Default, marker = repcap.Marker.Default)

This command queries the (numerical) results of the ACLR measurement.

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
result_copy = driver.applications.k14Xnr5G.calculate.marker.function.power.result.clone()

Subgroups