ChannelBw<ChannelBw>

RepCap Settings

# Range: Bw14 .. Bw200
rc = driver.configure.lteMeas.multiEval.limit.seMask.limit.additional.channelBw.repcap_channelBw_get()
driver.configure.lteMeas.multiEval.limit.seMask.limit.additional.channelBw.repcap_channelBw_set(repcap.ChannelBw.Bw14)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:ADDitional<Table>:CBANdwidth<Band>
class ChannelBwCls[source]

ChannelBw commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: ChannelBw, default value after init: ChannelBw.Bw14

class ChannelBwStruct[source]

Response structure. Fields:

  • Enable: bool: OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

  • Frequency_Start: float: Lower border of the area, relative to the edges of the channel bandwidth.

  • Frequency_End: float: Upper border of the area, relative to the edges of the channel bandwidth.

  • Level: float: Upper limit for the area

  • Rbw: enums.RbwExtended: Resolution bandwidth to be used for the area. Only a subset of the values is allowed, depending on Table and Band, see table below. K030: 30 kHz K050: 50 kHz K100: 100 kHz K150: 150 kHz K200: 200 kHz M1: 1 MHz

get(limit=Limit.Default, table=Table.Default, channelBw=ChannelBw.Default) ChannelBwStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:ADDitional<Table>:CBANdwidth<Band>
value: ChannelBwStruct = driver.configure.lteMeas.multiEval.limit.seMask.limit.additional.channelBw.get(limit = repcap.Limit.Default, table = repcap.Table.Default, channelBw = repcap.ChannelBw.Default)

Defines additional requirements for the emission mask area <no>, for uplink measurements. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. The emission mask applies to the channel bandwidth <Band>. Several tables of additional requirements are available.

param limit:

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

param table:

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

param channelBw:

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

return:

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

set(enable: bool, frequency_start: float, frequency_end: float, level: float, rbw: RbwExtended, limit=Limit.Default, table=Table.Default, channelBw=ChannelBw.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:ADDitional<Table>:CBANdwidth<Band>
driver.configure.lteMeas.multiEval.limit.seMask.limit.additional.channelBw.set(enable = False, frequency_start = 1.0, frequency_end = 1.0, level = 1.0, rbw = enums.RbwExtended.K030, limit = repcap.Limit.Default, table = repcap.Table.Default, channelBw = repcap.ChannelBw.Default)

Defines additional requirements for the emission mask area <no>, for uplink measurements. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. The emission mask applies to the channel bandwidth <Band>. Several tables of additional requirements are available.

param enable:

OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

param frequency_start:

Lower border of the area, relative to the edges of the channel bandwidth.

param frequency_end:

Upper border of the area, relative to the edges of the channel bandwidth.

param level:

Upper limit for the area

param rbw:

Resolution bandwidth to be used for the area. Only a subset of the values is allowed, depending on Table and Band, see table below. K030: 30 kHz K050: 50 kHz K100: 100 kHz K150: 150 kHz K200: 200 kHz M1: 1 MHz

param limit:

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

param table:

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

param channelBw:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.multiEval.limit.seMask.limit.additional.channelBw.clone()

Subgroups