PfOffset

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:PRACh:PFOFfset:AUTO
CONFigure:NRSub:MEASurement<Instance>:PRACh:PFOFfset
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_auto() bool[source]
# 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() .

Returns:

prach_freq_auto: OFF | ON

get_value() int[source]
# 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() .

Returns:

prach_freq_offset: numeric

set_auto(prach_freq_auto: bool) None[source]
# 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() .

Parameters:

prach_freq_auto – OFF | ON

set_value(prach_freq_offset: int) None[source]
# 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() .

Parameters:

prach_freq_offset – numeric