Message

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:PRACh:MESSage:POFFset
CONFigure:WCDMa:SIGNaling<Instance>:UL:PRACh:MESSage:LENGth
class Message[source]

Message commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_length()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:PRACh:MESSage:LENGth
value: float = driver.configure.uplink.prach.message.get_length()

Specifies the length of the RACH transmission time interval (TTI) .

return

msg_part_length: Range: 0.01 s to 0.02 s, Unit: s

get_poffset()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:PRACh:MESSage:POFFset
value: float = driver.configure.uplink.prach.message.get_poffset()

Specifies the power difference between the last preamble transmitted and the RACH message part.

return

power_offset: Range: -5 dB to 10 dB, Unit: dB

set_length(msg_part_length: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:PRACh:MESSage:LENGth
driver.configure.uplink.prach.message.set_length(msg_part_length = 1.0)

Specifies the length of the RACH transmission time interval (TTI) .

param msg_part_length

Range: 0.01 s to 0.02 s, Unit: s

set_poffset(power_offset: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:PRACh:MESSage:POFFset
driver.configure.uplink.prach.message.set_poffset(power_offset = 1.0)

Specifies the power difference between the last preamble transmitted and the RACH message part.

param power_offset

Range: -5 dB to 10 dB, Unit: dB