Cbandwidth<ChannelBw>

RepCap Settings

# Range: Bw5 .. Bw100
rc = driver.configure.nrSubMeas.srs.modulation.ewLength.cbandwidth.repcap_channelBw_get()
driver.configure.nrSubMeas.srs.modulation.ewLength.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw5)

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:EWLength:CBANdwidth<bw>
class CbandwidthCls[source]

Cbandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: ChannelBw, default value after init: ChannelBw.Bw5

class CbandwidthStruct[source]

Response structure. Fields:

  • Cyc_Prefix_Norm_15: int: No parameter help available

  • Cyc_Prefix_Norm_30: int: No parameter help available

  • Cyc_Prefix_Norm_60: int: No parameter help available

  • Cyc_Prefix_Extend: int: No parameter help available

get(channelBw=ChannelBw.Default) CbandwidthStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:MODulation:EWLength:CBANdwidth<bw>
value: CbandwidthStruct = driver.configure.nrSubMeas.srs.modulation.ewLength.cbandwidth.get(channelBw = repcap.ChannelBw.Default)

No command help available

param channelBw:

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

return:

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]
# SCPI: 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)

No command help available

param cyc_prefix_norm_15:

No help available

param cyc_prefix_norm_30:

No help available

param cyc_prefix_norm_60:

No help available

param cyc_prefix_extend:

No help available

param channelBw:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.srs.modulation.ewLength.cbandwidth.clone()