CsLength<CoresetLength>
SCPI Command :
[SOURce<HW>]:BB:OFDM:CSLength<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.source.bb.ofdm.csLength.repcap_coresetLength_set(repcap.CoresetLength.Nr1)
- get(coresetLength=CoresetLength.Default) int[source]
# [SOURce<HW>]:BB:OFDM:CSLength<CH> value: int = driver.source.bb.ofdm.csLength.get(coresetLength = repcap.CoresetLength.Default)
Sets the cyclic suffix length. The maximum length equals the total number of sucarriers: method
RsSmw.source.bb.ofdm.nsubcarriers()- Parameters:
coresetLength – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘CsLength’)
- Returns:
cyc_suff_len: integer Range: 0 to depends on settings
Cloning the Group
# Create a copy of the original group, that exists independently
csLength_copy = driver.source.bb.ofdm.csLength.clone()