Poffset

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:SRS:POFFset
class PoffsetCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Offset: int: decimal ‘pSRS-Offset’ value Range: 0 to 15

  • Value: float: float Offset in dB, corresponding to the configured ‘pSRS-Offset’ value Range: -10.5 dB to 12 dB, Unit: dB

get(secondaryCompCarrier=SecondaryCompCarrier.Default) GetStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:SRS:POFFset
value: GetStruct = driver.configure.cell.scc.srs.poffset.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the ‘pSRS-Offset’ value. The setting is only used if manual configuration is enabled, see method RsCmwLteSig. Configure.Cell.Pcc.Srs.mcEnable. A query returns <Offset>, <Value>.

param secondaryCompCarrier:

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

return:

structure: for return value, see the help for GetStruct structure arguments.

set(offset: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:SRS:POFFset
driver.configure.cell.scc.srs.poffset.set(offset = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the ‘pSRS-Offset’ value. The setting is only used if manual configuration is enabled, see method RsCmwLteSig. Configure.Cell.Pcc.Srs.mcEnable. A query returns <Offset>, <Value>.

param offset:

decimal ‘pSRS-Offset’ value Range: 0 to 15

param secondaryCompCarrier:

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