Average

SCPI Command :

CALCulate<n>:LIMit<li>:BURSt:EVM[:AVERage]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# CALCulate<n>:LIMit<li>:BURSt:EVM[:AVERage]
value: float = driver.applications.k91Wlan.calculate.limit.burst.evm.average.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Sets or queries the average or maximum error vector magnitude limit determined by the default WLAN measurement. For details see ‘Modulation accuracy, flatness and tolerance parameters’. Is only available for IEEE 802.11b and g (DSSS) .

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:

limit: numeric value in dB The unit for the EVM parameters can be changed in advance using method RsFsw.applications.k10Xlte.unit.evm.set() . Unit: PCT

set(limit: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:BURSt:EVM[:AVERage]
driver.applications.k91Wlan.calculate.limit.burst.evm.average.set(limit = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Sets or queries the average or maximum error vector magnitude limit determined by the default WLAN measurement. For details see ‘Modulation accuracy, flatness and tolerance parameters’. Is only available for IEEE 802.11b and g (DSSS) .

Parameters:
  • limit – numeric value in dB The unit for the EVM parameters can be changed in advance using method RsFsw.applications.k10Xlte.unit.evm.set() . Unit: PCT

  • 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
average_copy = driver.applications.k91Wlan.calculate.limit.burst.evm.average.clone()

Subgroups