Cbandwidth<ChannelBw>
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:NR:CBANdwidth<bw>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Bw3 .. Bw100 driver.configure.nrSubMeas.multiEval.limit.aclr.nr.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(channelBw=ChannelBw.Default) CbandwidthStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:NR:CBANdwidth<bw> value: CbandwidthStruct = driver.configure.nrSubMeas.multiEval.limit.aclr.nr.cbandwidth.get(channelBw = repcap.ChannelBw.Default)
Defines relative and absolute limits for the ACLR measured in an adjacent NR channel (for NR SA without CA) . The settings are defined separately for each channel bandwidth.
- Parameters:
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, channelBw=ChannelBw.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:NR:CBANdwidth<bw> driver.configure.nrSubMeas.multiEval.limit.aclr.nr.cbandwidth.set(relative_level = 1.0, absolute_level = 1.0, channelBw = repcap.ChannelBw.Default)
Defines relative and absolute limits for the ACLR measured in an adjacent NR channel (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
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.nr.cbandwidth.clone()