HsFlag

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:POWer:UL:HSFLag
class HsFlagCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:HSFLag
value: bool = driver.configure.signaling.lte.cell.power.uplink.hsFlag.get(cell_name = 'abc')

Sets the parameter ‘highSpeedFlag’, signaled to the UE

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:HSFLag
driver.configure.signaling.lte.cell.power.uplink.hsFlag.set(cell_name = 'abc', enable = False)

Sets the parameter ‘highSpeedFlag’, signaled to the UE

param cell_name:

No help available

param enable:

No help available