Hopping
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:SEQuence:HOPPing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) HoppingMode[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:SEQuence:HOPPing value: enums.HoppingMode = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.sequence.hopping.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
Select the frequency hopping method for 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:
hopping: GROup Group hopping. SEQuence Sequence hopping. NONE No hopping.
- set(hopping: HoppingMode, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SRS:SEQuence:HOPPing driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.srs.sequence.hopping.set(hopping = enums.HoppingMode.GROup, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
Select the frequency hopping method for 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:
hopping – GROup Group hopping. SEQuence Sequence hopping. NONE No hopping.
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’)