PfOffset

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:PRACh:PFOFfset:AUTO
CONFigure:NRSub: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:NRSub:MEASurement<Instance>:PRACh:PFOFfset:AUTO
value: bool = driver.configure.nrSubMeas.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 RsCMPX_NrFr1Meas.Configure.NrSubMeas.Prach.PfOffset.value.

return:

prach_freq_auto: No help available

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

Specifies the PRACH frequency offset. This setting is only relevant if automatic detection is disabled, see method RsCMPX_NrFr1Meas.Configure.NrSubMeas.Prach.PfOffset.auto.

return:

prach_freq_offset: No help available

set_auto(prach_freq_auto: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:PFOFfset:AUTO
driver.configure.nrSubMeas.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 RsCMPX_NrFr1Meas.Configure.NrSubMeas.Prach.PfOffset.value.

param prach_freq_auto:

No help available

set_value(prach_freq_offset: int) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:PFOFfset
driver.configure.nrSubMeas.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 RsCMPX_NrFr1Meas.Configure.NrSubMeas.Prach.PfOffset.auto.

param prach_freq_offset:

No help available