PsOffset
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PSOFfset
- class PsOffsetCls[source]
PsOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) float [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PSOFfset value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.psOffset.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Defines the PDSCH start offset for a particular PDSCH allocation.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- param allocation
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
start_offset: numeric value Number between 0 and 4. COMM Common PDSCH start offset.
- set(start_offset: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PSOFfset driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.psOffset.set(start_offset = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Defines the PDSCH start offset for a particular PDSCH allocation.
- param start_offset
numeric value Number between 0 and 4. COMM Common PDSCH start offset.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- param allocation
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)