Cbandwidth<ChannelBw>

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<no>:CBANdwidth<bw>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Bw3 .. Bw100

driver.configure.nrSubMeas.multiEval.limit.aclr.utra.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw3)
class CbandwidthStruct[source]

Response structure. Fields:

  • 1 Relative_Level: float | bool: Relative lower ACLR limit without test tolerance

  • 2 Absolute_Level: float | bool: numeric | ON | OFF

get(utraChannel=UtraChannel.Default, channelBw=ChannelBw.Default) CbandwidthStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<no>:CBANdwidth<bw>
value: CbandwidthStruct = driver.configure.nrSubMeas.multiEval.limit.aclr.utra.cbandwidth.get(utraChannel = repcap.UtraChannel.Default, channelBw = repcap.ChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in the first or second adjacent UTRA channel, depending on UTRA<no> (for NR SA without CA) . The settings are defined separately for each channel bandwidth.

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

  • 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(relative_level: float | bool, absolute_level: float | bool, utraChannel=UtraChannel.Default, channelBw=ChannelBw.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<no>:CBANdwidth<bw>
driver.configure.nrSubMeas.multiEval.limit.aclr.utra.cbandwidth.set(relative_level = 1.0, absolute_level = 1.0, utraChannel = repcap.UtraChannel.Default, channelBw = repcap.ChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in the first or second adjacent UTRA channel, depending on UTRA<no> (for NR SA without CA) . The settings are defined separately for each channel bandwidth.

Parameters:
  • relative_level – (float or boolean) Relative lower ACLR limit without test tolerance

  • absolute_level – (float or boolean) numeric | ON | OFF

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

  • 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.aclr.utra.cbandwidth.clone()