ScIndex

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:SRS:SCINdex:FDD
CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:SRS:SCINdex:TDD
class ScIndexCls[source]

ScIndex commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_fdd() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:SRS:SCINdex:FDD
value: int = driver.configure.cell.pcc.srs.scIndex.get_fdd()

Specifies the ‘srs-ConfigIndex’ value for FDD. The setting is only used if manual configuration is enabled, see method RsCmwLteSig.Configure.Cell.Pcc.Srs.mcEnable.

return:

index: numeric Range: 0 to 636

get_tdd() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:SRS:SCINdex:TDD
value: int = driver.configure.cell.pcc.srs.scIndex.get_tdd()

Specifies the ‘srs-ConfigIndex’ value for TDD. The setting is only used if manual configuration is enabled, see method RsCmwLteSig.Configure.Cell.Pcc.Srs.mcEnable.

return:

index: numeric Range: 0 to 644

set_fdd(index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:SRS:SCINdex:FDD
driver.configure.cell.pcc.srs.scIndex.set_fdd(index = 1)

Specifies the ‘srs-ConfigIndex’ value for FDD. The setting is only used if manual configuration is enabled, see method RsCmwLteSig.Configure.Cell.Pcc.Srs.mcEnable.

param index:

numeric Range: 0 to 636

set_tdd(index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:SRS:SCINdex:TDD
driver.configure.cell.pcc.srs.scIndex.set_tdd(index = 1)

Specifies the ‘srs-ConfigIndex’ value for TDD. The setting is only used if manual configuration is enabled, see method RsCmwLteSig.Configure.Cell.Pcc.Srs.mcEnable.

param index:

numeric Range: 0 to 644