BwPart

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart
class BwPartCls[source]

BwPart commands group definition. 6 total commands, 2 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Sc_Spacing: enums.ScSpacing: Subcarrier spacing 60 kHz, 120 kHz.

  • Cyclic_Prefix: enums.CyclicPrefix: Only normal CP is supported.

  • Number_Rb: int: Number of RBs in the bandwidth part.

  • Start_Rb: int: Index of the first RB in the bandwidth part.

get(bwp: BandwidthPart, carrierComponent=CarrierComponent.Default) GetStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart
value: GetStruct = driver.configure.nrMmwMeas.cc.bwPart.get(bwp = enums.BandwidthPart.BWP0, carrierComponent = repcap.CarrierComponent.Default)

Configures basic properties of the <BWP> on carrier <no>. For dependencies of the RB ranges, see ‘Resource elements, grids and blocks’.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:NRADio:CELL:SSPacing

  • [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:SSPacing

  • [CONFigure:]SIGNaling:NRADio:CELL:UL:RB

  • [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:UL:RB

param bwp:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

structure: for return value, see the help for GetStruct structure arguments.

set(bwp: BandwidthPart, sc_spacing: ScSpacing, cyclic_prefix: CyclicPrefix, number_rb: int, start_rb: int, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart
driver.configure.nrMmwMeas.cc.bwPart.set(bwp = enums.BandwidthPart.BWP0, sc_spacing = enums.ScSpacing.S120k, cyclic_prefix = enums.CyclicPrefix.EXTended, number_rb = 1, start_rb = 1, carrierComponent = repcap.CarrierComponent.Default)

Configures basic properties of the <BWP> on carrier <no>. For dependencies of the RB ranges, see ‘Resource elements, grids and blocks’.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:NRADio:CELL:SSPacing

  • [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:SSPacing

  • [CONFigure:]SIGNaling:NRADio:CELL:UL:RB

  • [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:UL:RB

param bwp:

No help available

param sc_spacing:

Subcarrier spacing 60 kHz, 120 kHz.

param cyclic_prefix:

Only normal CP is supported.

param number_rb:

Number of RBs in the bandwidth part.

param start_rb:

Index of the first RB in the bandwidth part.

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrMmwMeas.cc.bwPart.clone()

Subgroups