IpPreambles

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:POWer:UL:IPPReambles
class IpPreamblesCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Ignore_Prach_Mode: enums.IgnorePrachMode: IALLways: ignore all preambles IXTimes: ignore NoIgnored preambles RALLways: respond to all preambles

  • No_Ignored: int: Number of preambles to be ignored for IgnorePrachMode = IXTimes.

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

Selects the behavior of the signaling application when receiving preambles from the UE. The setting is synchronized over all LTE cells (identical values for all LTE cells) .

param cell_name:

No help available

return:

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

set(cell_name: str, ignore_prach_mode: IgnorePrachMode, no_ignored: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:IPPReambles
driver.configure.signaling.lte.cell.power.uplink.ipPreambles.set(cell_name = 'abc', ignore_prach_mode = enums.IgnorePrachMode.IALLways, no_ignored = 1)

Selects the behavior of the signaling application when receiving preambles from the UE. The setting is synchronized over all LTE cells (identical values for all LTE cells) .

param cell_name:

No help available

param ignore_prach_mode:

IALLways: ignore all preambles IXTimes: ignore NoIgnored preambles RALLways: respond to all preambles

param no_ignored:

Number of preambles to be ignored for IgnorePrachMode = IXTimes.