Average

SCPI Command :

CALCulate<n>:LIMit<li>:BURSt:FCS[: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:FCS[:AVERage]
value: float = driver.applications.k91Wlan.calculate.limit.burst.fcs.average.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Queries the average frame checksum limit.

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

Cloning the Group

# Create a copy of the original group, that exists independently
average_copy = driver.applications.k91Wlan.calculate.limit.burst.fcs.average.clone()

Subgroups