KpComb
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:PRS:KPComb
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:PRS:KPComb value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.prs.kpComb.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
Defines the number of subcarriers the positioning reference signal uses.
- 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’)
- Returns:
subcarrier: Available values depend on the number of symbols the PRS uses (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.prs.lprs.set()) .
- set(subcarrier: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:PRS:KPComb driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.prs.kpComb.set(subcarrier = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
Defines the number of subcarriers the positioning reference signal uses.
- Parameters:
subcarrier – Available values depend on the number of symbols the PRS uses (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.prs.lprs.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’)