Y

SCPI Command :

CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:Y
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:Y
value: float = driver.applications.k18AmplifierEt.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.

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(yvalue: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# CALCulate<n>:DELTamarker<m>:FUNCtion:FIXed:RPOint:Y
driver.applications.k18AmplifierEt.calculate.deltaMarker.function.fixed.rpoint.y.set(yvalue = 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.

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

Cloning the Group

# Create a copy of the original group, that exists independently
y_copy = driver.applications.k18AmplifierEt.calculate.deltaMarker.function.fixed.rpoint.y.clone()

Subgroups