Tolerance

SCPI Command :

CALCulate<n>:LIMit<li>:TOLerance
class ToleranceCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default) str[source]
# SCPI: CALCulate<n>:LIMit<li>:TOLerance
value: str = driver.applications.k91Wlan.calculate.limit.tolerance.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Defines or queries the tolerance limit to be used for the measurement. The required tolerance limit depends on the used standard.

param window

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

param limitIx

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

return

limit: ‘Prior802_11_2012’ Tolerance limits are based on the IEEE 802.11 specification prior to 2012. Default for OFDM standards (except 802.11ac) . ‘Std802_11_2012’ Tolerance limits are based on the IEEE 802.11 specification from 2012. Required for DSSS standards. Also possible for OFDM standards (except 802.11ac) . ‘P802_11acD5_1’ Tolerance limits are based on the IEEE 802.11ac specification. Required by IEEE 802.11ac standard. ‘P802_11axD0_1’ Tolerance limits are based on the IEEE 802.11ax specification. Required by IEEE 802.11ax standard. ‘P802_11beD0_1’ Tolerance limits are based on the IEEE 802.11be specification. Required by IEEE 802.11be standard.

set(limit: str, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:TOLerance
driver.applications.k91Wlan.calculate.limit.tolerance.set(limit = 'abc', window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Defines or queries the tolerance limit to be used for the measurement. The required tolerance limit depends on the used standard.

param limit

‘Prior802_11_2012’ Tolerance limits are based on the IEEE 802.11 specification prior to 2012. Default for OFDM standards (except 802.11ac) . ‘Std802_11_2012’ Tolerance limits are based on the IEEE 802.11 specification from 2012. Required for DSSS standards. Also possible for OFDM standards (except 802.11ac) . ‘P802_11acD5_1’ Tolerance limits are based on the IEEE 802.11ac specification. Required by IEEE 802.11ac standard. ‘P802_11axD0_1’ Tolerance limits are based on the IEEE 802.11ax specification. Required by IEEE 802.11ax standard. ‘P802_11beD0_1’ Tolerance limits are based on the IEEE 802.11be specification. Required by IEEE 802.11be standard.

param window

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

param limitIx

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