Cbandwidth<ChannelBw>
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:EWLength:CBANdwidth<bw>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Bw3 .. Bw100 driver.configure.nrSubMeas.srs.modulation.ewLength.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw3)
- class CbandwidthStruct[source]
Response structure. Fields:
1 Cyc_Prefix_Norm_15: int: Samples for normal CP, 15-kHz SC spacing
2 Cyc_Prefix_Norm_30: int: Samples for normal CP, 30-kHz SC spacing
3 Cyc_Prefix_Norm_60: int: Samples for normal CP, 60-kHz SC spacing
4 Cyc_Prefix_Extend: int: Samples for extended CP, 60-kHz SC spacing
- get(channelBw=ChannelBw.Default) CbandwidthStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:EWLength:CBANdwidth<bw> value: CbandwidthStruct = driver.configure.nrSubMeas.srs.modulation.ewLength.cbandwidth.get(channelBw = repcap.ChannelBw.Default)
Specifies the EVM window length in samples for a selected channel bandwidth, depending on the cyclic prefix (CP) type and the SC spacing.
- 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(cyc_prefix_norm_15: int, cyc_prefix_norm_30: int, cyc_prefix_norm_60: int, cyc_prefix_extend: int, channelBw=ChannelBw.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:EWLength:CBANdwidth<bw> driver.configure.nrSubMeas.srs.modulation.ewLength.cbandwidth.set(cyc_prefix_norm_15 = 1, cyc_prefix_norm_30 = 1, cyc_prefix_norm_60 = 1, cyc_prefix_extend = 1, channelBw = repcap.ChannelBw.Default)
Specifies the EVM window length in samples for a selected channel bandwidth, depending on the cyclic prefix (CP) type and the SC spacing.
- Parameters:
cyc_prefix_norm_15 – Samples for normal CP, 15-kHz SC spacing
cyc_prefix_norm_30 – Samples for normal CP, 30-kHz SC spacing
cyc_prefix_norm_60 – Samples for normal CP, 60-kHz SC spacing
cyc_prefix_extend – Samples for extended CP, 60-kHz SC spacing
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.srs.modulation.ewLength.cbandwidth.clone()