Psize

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:PSIZe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default, packet=Packet.Default) EvdoPayload[source]
# [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.

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

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

Returns:

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

set(psize: EvdoPayload, terminal=Terminal.Default, packet=Packet.Default) None[source]
# [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.

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

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

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