CsLength<CoresetLength>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.source.bb.ofdm.csLength.repcap_coresetLength_get()
driver.source.bb.ofdm.csLength.repcap_coresetLength_set(repcap.CoresetLength.Nr1)

SCPI Command :

[SOURce<HW>]:BB:OFDM:CSLength<CH>
class CsLengthCls[source]

CsLength commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: CoresetLength, default value after init: CoresetLength.Nr1

get(coresetLength=CoresetLength.Default) int[source]
# SCPI: [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: [:SOURce<hw>]:BB:OFDM:NSUBcarriers

param coresetLength

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

return

cyc_suff_len: integer Range: 0 to depends on settings

set(cyc_suff_len: int, coresetLength=CoresetLength.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:CSLength<CH>
driver.source.bb.ofdm.csLength.set(cyc_suff_len = 1, coresetLength = repcap.CoresetLength.Default)

Sets the cyclic suffix length. The maximum length equals the total number of sucarriers: [:SOURce<hw>]:BB:OFDM:NSUBcarriers

param cyc_suff_len

integer Range: 0 to depends on settings

param coresetLength

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.ofdm.csLength.clone()