All

SCPI Command :

CALCulate<n>:LIMit<li>:BURSt:ALL
class AllCls[source]

All commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(window=Window.Default, limitIx=LimitIx.Default) List[float][source]
# SCPI: CALCulate<n>:LIMit<li>:BURSt:ALL
value: List[float] = driver.applications.k91Wlan.calculate.limit.burst.all.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Sets or returns the limit values for the parameters determined by the default WLAN measurement all in one step. For details see ‘Modulation accuracy, flatness and tolerance parameters’. To define individual limit values use the individual CALCulate<n>:LIMit<k>:BURSt… commands. Note that the units for the EVM and gain imbalance parameters must be defined in advance using the following commands:

INTRO_CMD_HELP: Prerequisites for this command:

  • method RsFsw.Applications.K10x_Lte.Unit.Evm.set

  • method RsFsw.Applications.K91_Wlan.Unit.Gimbalance.set

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

limits: The parameters are input or output as a list of (ASCII) values separated by ‘,’ in the following order: average CF error, max CF error, average symbol clock error, max symbol clock error, average I/Q offset, maximum I/Q offset, average EVM all carriers, max EVM all carriers, average EVM data carriers, max EVM data carriers average EVM pilots, max EVM pilots

set(limits: List[float], window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:BURSt:ALL
driver.applications.k91Wlan.calculate.limit.burst.all.set(limits = [1.1, 2.2, 3.3], window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Sets or returns the limit values for the parameters determined by the default WLAN measurement all in one step. For details see ‘Modulation accuracy, flatness and tolerance parameters’. To define individual limit values use the individual CALCulate<n>:LIMit<k>:BURSt… commands. Note that the units for the EVM and gain imbalance parameters must be defined in advance using the following commands:

INTRO_CMD_HELP: Prerequisites for this command:

  • method RsFsw.Applications.K10x_Lte.Unit.Evm.set

  • method RsFsw.Applications.K91_Wlan.Unit.Gimbalance.set

param limits

The parameters are input or output as a list of (ASCII) values separated by ‘,’ in the following order: average CF error, max CF error, average symbol clock error, max symbol clock error, average I/Q offset, maximum I/Q offset, average EVM all carriers, max EVM all carriers, average EVM data carriers, max EVM data carriers average EVM pilots, max EVM pilots

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.calculate.limit.burst.all.clone()

Subgroups