Awgn
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:TSIGnal:AWGN:SAMPles
- class AwgnCls[source]
Awgn commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_samples() int [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TSIGnal:AWGN:SAMPles value: int = driver.source.bb.arbitrary.tsignal.awgn.get_samples()
Sets the number of samples generated for the AWGN waveform.
- return
par_awgn_samp: integer Range: 1E6 to 1E9
- set_samples(par_awgn_samp: int) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TSIGnal:AWGN:SAMPles driver.source.bb.arbitrary.tsignal.awgn.set_samples(par_awgn_samp = 1)
Sets the number of samples generated for the AWGN waveform.
- param par_awgn_samp
integer Range: 1E6 to 1E9
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.arbitrary.tsignal.awgn.clone()
Subgroups