Result

SCPI Command :

CALCulate<n>:DELTamarker<m>:FUNCtion:PNOise:RESult
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# 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.

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

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

Returns:

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