Maximum
SCPI Command :
CALCulate<n>:LIMit<li>:BURSt:EVM:MAXimum
- class MaximumCls[source]
Maximum commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) float [source]
# SCPI: CALCulate<n>:LIMit<li>:BURSt:EVM:MAXimum value: float = driver.applications.k91Wlan.calculate.limit.burst.evm.maximum.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) .
- 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: numeric value in dB The unit for the EVM parameters can be changed in advance using method RsFsw.Applications.K10x_Lte.Unit.Evm.set. Unit: PCT
- set(limit: float, window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:BURSt:EVM:MAXimum driver.applications.k91Wlan.calculate.limit.burst.evm.maximum.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) .
- param limit
numeric value in dB The unit for the EVM parameters can be changed in advance using method RsFsw.Applications.K10x_Lte.Unit.Evm.set. Unit: PCT
- 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.evm.maximum.clone()
Subgroups