IpVersion

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:IPVersion
class IpVersionCls[source]

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

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

Sets the IP version to be used for generating packets.

param packetGenerator:

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

return:

version: IV4 | IV6

set(version: IpVersion, packetGenerator=PacketGenerator.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:IPVersion
driver.configure.pgen.ipVersion.set(version = enums.IpVersion.IV4, packetGenerator = repcap.PacketGenerator.Default)

Sets the IP version to be used for generating packets.

param version:

IV4 | IV6

param packetGenerator:

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