Payload

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:PER:PAYLoad:SIZE
class PayloadCls[source]

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

get_size() int[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:PAYLoad:SIZE
value: int = driver.configure.per.payload.get_size()

Specifies the payload size (in bytes) for the PER measurement.

return:

size: integer Range: see table below , Unit: byte

set_size(size: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:PAYLoad:SIZE
driver.configure.per.payload.set_size(size = 1)

Specifies the payload size (in bytes) for the PER measurement.

param size:

integer Range: see table below , Unit: byte