All
SCPI Command :
CALCulate<n>:LIMit<li>:BURSt:ALL
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) List[float][source]
# 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: Prerequisites for this command:
method
RsFsw.applications.k10Xlte.unit.evm.set()method
RsFsw.applications.k91Wlan.unit.gimbalance.set()
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
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]
# 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: Prerequisites for this command:
method
RsFsw.applications.k10Xlte.unit.evm.set()method
RsFsw.applications.k91Wlan.unit.gimbalance.set()
- Parameters:
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
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
Cloning the Group
# Create a copy of the original group, that exists independently
all_copy = driver.applications.k91Wlan.calculate.limit.burst.all.clone()
Subgroups