PgStats

SCPI Command :

SENSe:WLAN:SIGNaling<instance>:PGEN<index>:PGSTats
class PgStatsCls[source]

PgStats commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Icmp_Req_Frames: int: No parameter help available

  • Icmp_Req_Bytes: int: No parameter help available

  • Icmp_Resp_Frames: int: No parameter help available

  • Icmp_Resp_Bytes: int: No parameter help available

  • Icmp_Resp_Percent: float: No parameter help available

  • Udp_Sent_Frames: int: No parameter help available

  • Udp_Sent_Bytes: int: No parameter help available

get(packetGenerator=PacketGenerator.Default) GetStruct[source]
# SCPI: SENSe:WLAN:SIGNaling<instance>:PGEN<index>:PGSTats
value: GetStruct = driver.sense.pgen.pgStats.get(packetGenerator = repcap.PacketGenerator.Default)

No command help available

param packetGenerator:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pgen’)

return:

structure: for return value, see the help for GetStruct structure arguments.