Periodicity

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:SLOT:PERiodicity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) SrsPeriodicity[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:SLOT:PERiodicity
value: enums.SrsPeriodicity = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.slot.periodicity.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)

Defines the periodicity of the sounding reference signal. Prerequisites for this command

  • Turn on SRS (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.state.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’)

Returns:

periodicity: SL1 | SL2 | SL4 | SL5 | SL8 | SL10

set(periodicity: SrsPeriodicity, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:SLOT:PERiodicity
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.slot.periodicity.set(periodicity = enums.SrsPeriodicity.SL1, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)

Defines the periodicity of the sounding reference signal. Prerequisites for this command

  • Turn on SRS (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.state.set() ) .

Parameters:
  • periodicity – SL1 | SL2 | SL4 | SL5 | SL8 | SL10

  • 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’)