Poffset

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:CSIRs:POFFset
class PoffsetCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:CSIRs:POFFset
value: float = driver.configure.downlink.scc.csirs.poffset.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Sets the EPRE of the PDSCH relative to the EPRE of the CSI reference signal. The value is only used for method RsCmwLteSig.Configure.Downlink.Scc.Csirs.Mode.set = ACSirs.

param secondaryCompCarrier:

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

return:

offset: numeric Range: -30 dB to 8 dB, Unit: dB

set(offset: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:CSIRs:POFFset
driver.configure.downlink.scc.csirs.poffset.set(offset = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Sets the EPRE of the PDSCH relative to the EPRE of the CSI reference signal. The value is only used for method RsCmwLteSig.Configure.Downlink.Scc.Csirs.Mode.set = ACSirs.

param offset:

numeric Range: -30 dB to 8 dB, Unit: dB

param secondaryCompCarrier:

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