Y
SCPI Command :
CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:Y
- class YCls[source]
Y commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(window=Window.Default, deltaMarker=DeltaMarker.Default) float [source]
# SCPI: CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:Y value: float = driver.applications.k91Wlan.calculate.deltaMarker.function.fixed.rpoint.y.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Defines the vertical 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 vertical position of the reference. The unit and value range is variable. Unit: DBM
- set(ref_point: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None [source]
# SCPI: CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:Y driver.applications.k91Wlan.calculate.deltaMarker.function.fixed.rpoint.y.set(ref_point = 1.0, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Defines the vertical 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 vertical position of the reference. The unit and value range is variable. Unit: DBM
- 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’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.calculate.deltaMarker.function.fixed.rpoint.y.clone()
Subgroups