CpLength<Channel>
SCPI Command :
[SOURce<HW>]:BB:OFDM:CPLength<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr64 driver.source.bb.ofdm.cpLength.repcap_channel_set(repcap.Channel.Nr1)
- get(channel=Channel.Default) int[source]
# [SOURce<HW>]:BB:OFDM:CPLength<CH> value: int = driver.source.bb.ofdm.cpLength.get(channel = repcap.Channel.Default)
Sets the cyclic prefix length as number of samples. The maximum length equals the total number of sucarriers: method
RsSmw.source.bb.ofdm.nsubcarriers()- Parameters:
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘CpLength’)
- Returns:
cp_length: integer Range: 0 to depends on settings
Cloning the Group
# Create a copy of the original group, that exists independently
cpLength_copy = driver.source.bb.ofdm.cpLength.clone()