Result

SCPI Command :

CALCulate<n>:DELTamarker<m>:FUNCtion:PNOise:RESult
class ResultCls[source]

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

get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# SCPI: CALCulate<n>:DELTamarker<m>:FUNCtion:PNOise:RESult
value: float = driver.calculate.deltaMarker.function.pnoise.result.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Queries the result of a phase noise measurement. If necessary, the command activates the measurement first. Is only available in the Spectrum application.

param window

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

param deltaMarker

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

return

phasenoise: numeric value The difference in level between the reference point and the noise power density at the position of the specified delta marker.