Y
SCPI Command :
CALCulate<n>:DELTamarker<m>:Y
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# 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.
- 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’)
- set(position: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# 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.
- 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’)