Percent

SCPI Command :

CALCulate<n>:MARKer<m>:Y:PERCent
class PercentCls[source]

Percent commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: 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. K10x_Lte.Calculate.Marker.X.set. Using the command turns delta markers into normal markers. Is available for CCDF measurements.

param window

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

param marker

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

return

probability: Range: 0 % to 100 %, Unit: %

set(probability: float, window=Window.Default, marker=Marker.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:Y:PERCent
driver.calculate.marker.y.percent.set(probability = 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. K10x_Lte.Calculate.Marker.X.set. Using the command turns delta markers into normal markers. Is available for CCDF measurements.

param probability

Range: 0 % to 100 %, Unit: %

param window

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

param marker

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