Poffset

SCPI Command :

CONFigure:LTE:SIGNaling<Instance>:CELL[:PCC]: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() GetStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<Instance>:CELL[:PCC]:SRS:POFFset
value: GetStruct = driver.configure.cell.pcc.srs.poffset.get()

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>.

return:

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

set(offset: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<Instance>:CELL[:PCC]:SRS:POFFset
driver.configure.cell.pcc.srs.poffset.set(offset = 1)

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