Psize
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:PSIZe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) EvdoPacketSize[source]
# [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.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
psize: PS128 | PS256 | PS512 | PS768 | PS1024 | PS1536 | PS2048 | PS3072 | PS4096 | PS5120 | PS6144 | PS8192 | PS12288 | PS7168
- set(psize: EvdoPacketSize, userIx=UserIx.Default) None[source]
# [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.
- Parameters:
psize – PS128 | PS256 | PS512 | PS768 | PS1024 | PS1536 | PS2048 | PS3072 | PS4096 | PS5120 | PS6144 | PS8192 | PS12288 | PS7168
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)