DpfOffset
SCPI Command :
FETCh:LTE:MEASurement<Instance>:PRACh:MODulation:DPFoffset
- class DpfOffsetCls[source]
DpfOffset commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- fetch() int[source]
FETCh:LTE:MEASurement<Instance>:PRACh:MODulation:DPFoffset
Snippet: value: int = driver.lteMeas.prach.modulation.dpfOffset.fetch()
Returns the automatically detected or manually configured PRACH frequency offset for single-preamble measurements.
Suppressed linked return values: reliability
- return:
prach_freq_offset: PRACH frequency offset
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.lteMeas.prach.modulation.dpfOffset.clone()
Subgroups