Percent
SCPI Command :
CALCulate<n>:MARKer<m>:Y:PERCent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:Y:PERCent value: float = driver.applications.k91Wlan.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’)
- Returns:
probability: Range: 0 % to 100 %, Unit: %
- set(probability: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:Y:PERCent driver.applications.k91Wlan.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.k10Xlte.calculate.marker.x.set(). Using the command turns delta markers into normal markers. Is available for CCDF measurements.- Parameters:
probability – Range: 0 % to 100 %, Unit: %
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’)