PsOffset

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PSOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PSOFfset
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.psOffset.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the symbol offset for PDSCH allocations relative to the start of the subframe. The offset applies to all subframes.

Parameters:

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

Returns:

offset: AUTO Automatically determines the symbol offset. numeric value Manual selection of the symbol offset. Range: 0 to 4

set(offset: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PSOFfset
driver.applications.k10Xlte.configure.lte.downlink.cc.psOffset.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the symbol offset for PDSCH allocations relative to the start of the subframe. The offset applies to all subframes.

Parameters:
  • offset – AUTO Automatically determines the symbol offset. numeric value Manual selection of the symbol offset. Range: 0 to 4

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