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]
CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset:AUTO
Snippet: 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]
CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset
Snippet: 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]
CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset:AUTO
Snippet: 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]
CONFigure:LTE:MEASurement<Instance>:PRACh:PFOFfset
Snippet: 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