Foffset
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PRACh:FOFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PRACh:FOFFset value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.prach.foffset.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the PRACH frequency offset. The command is available for preamble formats 0 to 3.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
offset: numeric value (integer only) Frequency offset in terms of resource blocks.
- set(offset: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PRACh:FOFFset driver.applications.k10Xlte.configure.lte.uplink.cc.prach.foffset.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the PRACH frequency offset. The command is available for preamble formats 0 to 3.
- Parameters:
offset – numeric value (integer only) Frequency offset in terms of resource blocks.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)