Cbandwidth<ChannelBw>

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:AREA<area>:ADDitional<table>:CBANdwidth<bw>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Bw3 .. Bw100

driver.configure.nrSubMeas.multiEval.limit.seMask.area.additional.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw3)
class CbandwidthStruct[source]

Response structure. Fields:

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

  • 2 Frequency_Start: float: Start frequency of the area, relative to the edges of the channel bandwidth.

  • 3 Frequency_End: float: Stop frequency of the area, relative to the edges of the channel bandwidth.

  • 4 Level: float: Upper limit for the area

  • 5 Rbw: enums.RbwB: Resolution bandwidth to be used for the area. Only a subset of the values is allowed, depending on table and bw. K030: 30 kHz K100: 100 kHz K400: 400 kHz M1: 1 MHz PC1: 1 % of channel bandwidth PC2: 2 % of channel bandwidth

get(area=Area.Default, addTable=AddTable.Default, channelBw=ChannelBw.Default) CbandwidthStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:AREA<area>:ADDitional<table>:CBANdwidth<bw>
value: CbandwidthStruct = driver.configure.nrSubMeas.multiEval.limit.seMask.area.additional.cbandwidth.get(area = repcap.Area.Default, addTable = repcap.AddTable.Default, channelBw = repcap.ChannelBw.Default)

Defines additional requirements for the emission mask area number <area> (for NR SA without CA) . The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. The emission mask applies to the channel bandwidth <bw>. Several tables of additional requirements are available.

Parameters:
  • area – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)

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

  • channelBw – optional repeated capability selector. Default value: Bw3 (settable in the interface ‘Cbandwidth’)

Returns:

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

set(enable: bool, frequency_start: float, frequency_end: float, level: float, rbw: RbwB, area=Area.Default, addTable=AddTable.Default, channelBw=ChannelBw.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:AREA<area>:ADDitional<table>:CBANdwidth<bw>
driver.configure.nrSubMeas.multiEval.limit.seMask.area.additional.cbandwidth.set(enable = False, frequency_start = 1.0, frequency_end = 1.0, level = 1.0, rbw = enums.RbwB.K030, area = repcap.Area.Default, addTable = repcap.AddTable.Default, channelBw = repcap.ChannelBw.Default)

Defines additional requirements for the emission mask area number <area> (for NR SA without CA) . The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. The emission mask applies to the channel bandwidth <bw>. Several tables of additional requirements are available.

Parameters:
  • enable – OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

  • frequency_start – Start frequency of the area, relative to the edges of the channel bandwidth.

  • frequency_end – Stop frequency of the area, relative to the edges of the channel bandwidth.

  • level – Upper limit for the area

  • rbw – Resolution bandwidth to be used for the area. Only a subset of the values is allowed, depending on table and bw. K030: 30 kHz K100: 100 kHz K400: 400 kHz M1: 1 MHz PC1: 1 % of channel bandwidth PC2: 2 % of channel bandwidth

  • area – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)

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

  • channelBw – optional repeated capability selector. Default value: Bw3 (settable in the interface ‘Cbandwidth’)

Cloning the Group

# Create a copy of the original group, that exists independently
cbandwidth_copy = driver.configure.nrSubMeas.multiEval.limit.seMask.area.additional.cbandwidth.clone()