Details

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:DETails
class DetailsCls[source]

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

get(window=Window.Default, marker=Marker.Default) RsFsw.enums.MarkerFunctionA[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:DETails
value: enums.MarkerFunctionA = driver.applications.k14Xnr5G.calculate.marker.function.power.result.details.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the results of the ACLR measurement. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweeps.

INTRO_CMD_HELP: Prerequisites for this command

  • Available for combined measurements only.

param window

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

param marker

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

return

measurement: ACPower

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

Queries the results of the ACLR measurement. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweeps.

INTRO_CMD_HELP: Prerequisites for this command

  • Available for combined measurements only.

param measurement

ACPower

param window

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

param marker

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