Y

SCPI Command :

CALCulate<n>:MARKer<m>:Y
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:Y
value: float = driver.calculate.marker.y.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the result at the position of the specified marker.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

set(value_stimulus: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:Y
driver.calculate.marker.y.set(value_stimulus = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the result at the position of the specified marker.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

Cloning the Group

# Create a copy of the original group, that exists independently
y_copy = driver.calculate.marker.y.clone()

Subgroups