X

SCPI Command :

CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:X
class XCls[source]

X 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:FIXed:RPOint:X
value: float = driver.calculate.deltaMarker.function.fixed.rpoint.x.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Defines the horizontal position of the fixed delta marker reference point. The coordinates of the reference may be anywhere in the diagram.

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

ref_point: Numeric value that defines the horizontal position of the reference. For frequency domain measurements, it is a frequency in Hz. For time domain measurements, it is a point in time in s. Unit: HZ

set(ref_point: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# SCPI: CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:X
driver.calculate.deltaMarker.function.fixed.rpoint.x.set(ref_point = 1.0, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Defines the horizontal position of the fixed delta marker reference point. The coordinates of the reference may be anywhere in the diagram.

param ref_point

Numeric value that defines the horizontal position of the reference. For frequency domain measurements, it is a frequency in Hz. For time domain measurements, it is a point in time in s. Unit: HZ

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’)