Protocol

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:PROTocol
class ProtocolCls[source]

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

get(packetGenerator=PacketGenerator.Default) ProtocolType[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:PROTocol
value: enums.ProtocolType = driver.configure.pgen.protocol.get(packetGenerator = repcap.PacketGenerator.Default)

Sets the protocol of the packet generator.

param packetGenerator:

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

return:

type_py: ICMP | UDP

set(type_py: ProtocolType, packetGenerator=PacketGenerator.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:PROTocol
driver.configure.pgen.protocol.set(type_py = enums.ProtocolType.ICMP, packetGenerator = repcap.PacketGenerator.Default)

Sets the protocol of the packet generator.

param type_py:

ICMP | UDP

param packetGenerator:

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