Poffset
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:POFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:POFFset value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.poffset.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
Defines an offset for the first CSI-RS relative to the first slot in a bandwidth part. Prerequisites for this command
Select periodic transmission (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.mode.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
csiRs – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Csi’)
- Returns:
offset: Example: An offset of 2 assigns the first CSI-RS to the second slot.
- set(offset: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:POFFset driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.poffset.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
Defines an offset for the first CSI-RS relative to the first slot in a bandwidth part. Prerequisites for this command
Select periodic transmission (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.mode.set()) .
- Parameters:
offset – Example: An offset of 2 assigns the first CSI-RS to the second slot.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
csiRs – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Csi’)