Percent

SCPI Command :

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

Sets a marker to a particular probability value. You can query the corresponding level with method RsFsw.applications.k10Xlte.calculate.marker.x.set() . Using the command turns delta markers into normal markers. Is available for CCDF measurements.

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(percent_marker: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:Y:PERCent
driver.calculate.marker.y.percent.set(percent_marker = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Sets a marker to a particular probability value. You can query the corresponding level with method RsFsw.applications.k10Xlte.calculate.marker.x.set() . Using the command turns delta markers into normal markers. Is available for CCDF measurements.

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