Destination

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:DESTination
class DestinationCls[source]

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

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

Specifies the STA to which the packets are addressed to. This parameter is visible, if ‘Multi STA’ is enabled.

param packetGenerator:

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

return:

station: STA1 | STA2 | STA3

set(station: Station, packetGenerator=PacketGenerator.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:DESTination
driver.configure.pgen.destination.set(station = enums.Station.STA1, packetGenerator = repcap.PacketGenerator.Default)

Specifies the STA to which the packets are addressed to. This parameter is visible, if ‘Multi STA’ is enabled.

param station:

STA1 | STA2 | STA3

param packetGenerator:

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