Details
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:DETails
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) MarkerFunctionA[source]
# 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. Prerequisites for this command
Available for combined measurements only.
- 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’)
- Returns:
measurement: ACPower
- set(measurement: MarkerFunctionA, window=Window.Default, marker=Marker.Default) None[source]
# 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. Prerequisites for this command
Available for combined measurements only.
- Parameters:
measurement – ACPower
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’)