X

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:FPEaks:X
class XCls[source]

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

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:FPEaks:X
value: float = driver.calculate.marker.function.fpeaks.x.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the position of the peaks on the x-axis. The order depends on the sort order that has been set with method RsFsw. Calculate.Marker.Function.Fpeaks.Sort.set.

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

peak_position: Position of the peaks on the x-axis. The unit depends on the measurement.