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