Periodicity
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:PERiodicity
- class PeriodicityCls[source]
Periodicity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) RsFsw.enums.Slot [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:PERiodicity value: enums.Slot = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.periodicity.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
- Selects the periodicity of CSI-RS transmission in terms of slots.
INTRO_CMD_HELP: Prerequisites for this command
Select periodic transmission (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Csi.Slot.Mode.set) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param frame
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param bwPart
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
- param csiRs
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Csi’)
- return
slot: SL4 | SL5 | SL8 | SL10 | SL16 | SL20 | SL32 | SL40 | SL64 | SL80 | S160 | S320 | S640 Example: SL4 selects a periodicity of 4 (transmission every four slots) . The availability of parameters depends on the subcarrier spacing in the bandwidth part you are configuring.
- set(slot: RsFsw.enums.Slot, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:SLOT:PERiodicity driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.slot.periodicity.set(slot = enums.Slot.S160, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
- Selects the periodicity of CSI-RS transmission in terms of slots.
INTRO_CMD_HELP: Prerequisites for this command
Select periodic transmission (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Csi.Slot.Mode.set) .
- param slot
SL4 | SL5 | SL8 | SL10 | SL16 | SL20 | SL32 | SL40 | SL64 | SL80 | S160 | S320 | S640 Example: SL4 selects a periodicity of 4 (transmission every four slots) . The availability of parameters depends on the subcarrier spacing in the bandwidth part you are configuring.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param frame
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param bwPart
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
- param csiRs
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Csi’)