Density
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:DENSity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) DensityConf[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:DENSity value: enums.DensityConf = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.density.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
Selects the density configuration for the CSI-RS.
- 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:
configuration: DEN1 | DEN3 | EVEN | ODD The availability and default value of the configurations depends on the location setting (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.row.set()) .
- set(configuration: DensityConf, 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>:DENSity driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.density.set(configuration = enums.DensityConf.DEN1, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
Selects the density configuration for the CSI-RS.
- Parameters:
configuration – DEN1 | DEN3 | EVEN | ODD The availability and default value of the configurations depends on the location setting (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.row.set()) .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’)