Hpusch

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:HPUSch:ENABle
class HpuschCls[source]

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

get_enable() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:HPUSch:ENABle
value: bool = driver.configure.connection.pcc.hpusch.get_enable()

Enables inter-subframe PUSCH frequency hopping, type 2.

return:

hopping: OFF | ON

set_enable(hopping: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:HPUSch:ENABle
driver.configure.connection.pcc.hpusch.set_enable(hopping = False)

Enables inter-subframe PUSCH frequency hopping, type 2.

param hopping:

OFF | ON