PfOffset

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset:AUTO
CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset
class PfOffsetCls[source]

PfOffset commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_auto() bool[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset:AUTO
value: bool = driver.configure.prach.pfOffset.get_auto()

Enables or disables automatic detection of the PRACH frequency offset. To configure the offset manually for disabled automatic detection, see method RsCmwLteMeas.Configure.Prach.PfOffset.value.

return:

prach_freq_auto: OFF | ON

get_value() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset
value: int = driver.configure.prach.pfOffset.get_value()

Specifies the PRACH frequency offset. This setting is only relevant if automatic detection is disabled, see method RsCmwLteMeas.Configure.Prach.PfOffset.auto. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>:CELL:PRACh:PFOFfset.

return:

prach_freq_offset: numeric Range: 0 to Total RB - 6 depending on channel bandwidth, see table below

set_auto(prach_freq_auto: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset:AUTO
driver.configure.prach.pfOffset.set_auto(prach_freq_auto = False)

Enables or disables automatic detection of the PRACH frequency offset. To configure the offset manually for disabled automatic detection, see method RsCmwLteMeas.Configure.Prach.PfOffset.value.

param prach_freq_auto:

OFF | ON

set_value(prach_freq_offset: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset
driver.configure.prach.pfOffset.set_value(prach_freq_offset = 1)

Specifies the PRACH frequency offset. This setting is only relevant if automatic detection is disabled, see method RsCmwLteMeas.Configure.Prach.PfOffset.auto. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>:CELL:PRACh:PFOFfset.

param prach_freq_offset:

numeric Range: 0 to Total RB - 6 depending on channel bandwidth, see table below