Wlist
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:ASEQuencing:WLISt:DASR
- class WlistCls[source]
Wlist commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_dasr() ExtSeqAdwRate [source]
# SCPI: [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.
- return:
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]
# SCPI: [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.
- param 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 clone of the original group, that exists independently
group2 = driver.source.bb.esequencer.asequencing.wlist.clone()
Subgroups