Y
SCPI Command :
CALCulate<n>:DELTamarker<m>:Y
- class YCls[source]
Y 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>:Y value: float = driver.calculate.deltaMarker.y.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Queries the result at the position of the specified delta marker.
- 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
position: No help available
- set(position: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None [source]
# SCPI: CALCulate<n>:DELTamarker<m>:Y driver.calculate.deltaMarker.y.set(position = 1.0, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Queries the result at the position of the specified delta marker.
- param position
No help available
- 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’)