PsOffset
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PSOFfset
- class PsOffsetCls[source]
PsOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
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]
# SCPI: 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.
- param offset
AUTO Automatically determines the symbol offset. numeric value Manual selection of the symbol offset. Range: 0 to 4
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)