Psize

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:PSIZe
class PsizeCls[source]

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

get(userIx=UserIx.Default) RsSmbv.enums.EvdoPacketSize[source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:PSIZe
value: enums.EvdoPacketSize = driver.source.bb.evdo.user.psize.get(userIx = repcap.UserIx.Default)

Sets the packet size for the packets sent to the selected user. Note: Selected rate becomes effective at the beginning of the next packet transmitted to the selected user.

param userIx

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

return

psize: PS128| PS256| PS512| PS768| PS1024| PS1536| PS2048| PS3072| PS4096| PS5120| PS6144| PS8192| PS12288| PS7168

set(psize: RsSmbv.enums.EvdoPacketSize, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:PSIZe
driver.source.bb.evdo.user.psize.set(psize = enums.EvdoPacketSize.PS1024, userIx = repcap.UserIx.Default)

Sets the packet size for the packets sent to the selected user. Note: Selected rate becomes effective at the beginning of the next packet transmitted to the selected user.

param psize

PS128| PS256| PS512| PS768| PS1024| PS1536| PS2048| PS3072| PS4096| PS5120| PS6144| PS8192| PS12288| PS7168

param userIx

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