Uports

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:UPORts
class UportsCls[source]

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

class UportsStruct[source]

Response structure. Fields:

  • Source_Port: int: integer Range: 0 to 65535

  • Destination_Port: int: integer Range: 0 to 65535

get(packetGenerator=PacketGenerator.Default) UportsStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:UPORts
value: UportsStruct = driver.configure.pgen.uports.get(packetGenerator = repcap.PacketGenerator.Default)

Sets the source and destination ports for the UDP protocol.

param packetGenerator:

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

return:

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

set(source_port: int, destination_port: int, packetGenerator=PacketGenerator.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PGEN<index>:UPORts
driver.configure.pgen.uports.set(source_port = 1, destination_port = 1, packetGenerator = repcap.PacketGenerator.Default)

Sets the source and destination ports for the UDP protocol.

param source_port:

integer Range: 0 to 65535

param destination_port:

integer Range: 0 to 65535

param packetGenerator:

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