Awgn
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:TSIGnal:AWGN:SAMPles
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get_samples() int[source]
# [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.
- Returns:
par_awgn_samp: integer Range: 1E6 to 1E9
- set_samples(par_awgn_samp: int) None[source]
# [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.
- Parameters:
par_awgn_samp – integer Range: 1E6 to 1E9
Cloning the Group
# Create a copy of the original group, that exists independently
awgn_copy = driver.source.bb.arbitrary.tsignal.awgn.clone()
Subgroups