Nsymbols
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:NSYMbols
- class NsymbolsCls[source]
Nsymbols commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) float [source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:NSYMbols value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.nsymbols.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
- Selects the number of OFDM symbols used by the sounding reference signal (1, 2 or 4) .
INTRO_CMD_HELP: Prerequisites for this command
Turn on SRS (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Frame.BwPart.Srs.State.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’)
- return
symbols: No help available
- set(symbols: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None [source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:NSYMbols driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.nsymbols.set(symbols = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
- Selects the number of OFDM symbols used by the sounding reference signal (1, 2 or 4) .
INTRO_CMD_HELP: Prerequisites for this command
Turn on SRS (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Frame.BwPart.Srs.State.set) .
- param symbols
No help available
- 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’)