Psize

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:PSIZe
class PsizeCls[source]

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

get(terminal=Terminal.Default, packet=Packet.Default) RsSmbv.enums.EvdoPayload[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:PSIZe
value: enums.EvdoPayload = driver.source.bb.evdo.terminal.dchannel.packet.psize.get(terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)

(enabled for an access terminal working in traffic mode) Sets the Payload Size in bits for the selected packet. Note: Configuration of Packet 2 and Packet 3 transmitted on the second and the third subframe, is only enabled for physical layer subtype 2.

param terminal

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

param packet

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

return

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

set(psize: RsSmbv.enums.EvdoPayload, terminal=Terminal.Default, packet=Packet.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:PSIZe
driver.source.bb.evdo.terminal.dchannel.packet.psize.set(psize = enums.EvdoPayload.PS1024, terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)

(enabled for an access terminal working in traffic mode) Sets the Payload Size in bits for the selected packet. Note: Configuration of Packet 2 and Packet 3 transmitted on the second and the third subframe, is only enabled for physical layer subtype 2.

param psize

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

param terminal

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

param packet

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