Sps

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SPS:TIConfig
class SpsCls[source]

Sps commands group definition. 5 total commands, 3 Subgroups, 1 group commands

get_ti_config() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SPS:TIConfig
value: bool = driver.configure.connection.pcc.sps.get_ti_config()

Configures the parameter ‘twoIntervalsConfig’, signaled to the UE for the scheduling type SPS in TDD mode.

return:

enable: OFF | ON

set_ti_config(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SPS:TIConfig
driver.configure.connection.pcc.sps.set_ti_config(enable = False)

Configures the parameter ‘twoIntervalsConfig’, signaled to the UE for the scheduling type SPS in TDD mode.

param enable:

OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.pcc.sps.clone()

Subgroups