Wlist
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:ASEQuencing:WLISt:DASR
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_dasr() ExtSeqAdwRate[source]
# [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:WLISt:DASR value: enums.ExtSeqAdwRate = driver.source.bb.esequencer.asequencing.wlist.get_dasr()
The desired ARB sample rate directly influences the minimum common clock rate all waveforms are resampled to. The higher the desired rate, the higher the common sample rate, in order to optimize the ADW sample rate. At the same time, the required memory will also increase.
- Returns:
sample_rate: SR37M5 | SR75M | SR300M | SR2G4 SR37M5: sample rate = 37.5 MHz SR75M: sample rate = 75 MHz SR300M: sample rate = 300 MHz SR2G4: sample rate = 2.4 GHz
- set_dasr(sample_rate: ExtSeqAdwRate) None[source]
# [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:WLISt:DASR driver.source.bb.esequencer.asequencing.wlist.set_dasr(sample_rate = enums.ExtSeqAdwRate.SR2G4)
The desired ARB sample rate directly influences the minimum common clock rate all waveforms are resampled to. The higher the desired rate, the higher the common sample rate, in order to optimize the ADW sample rate. At the same time, the required memory will also increase.
- Parameters:
sample_rate – SR37M5 | SR75M | SR300M | SR2G4 SR37M5: sample rate = 37.5 MHz SR75M: sample rate = 75 MHz SR300M: sample rate = 300 MHz SR2G4: sample rate = 2.4 GHz
Cloning the Group
# Create a copy of the original group, that exists independently
wlist_copy = driver.source.bb.esequencer.asequencing.wlist.clone()
Subgroups