Wlist
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:RTCI:WLISt:DASR
- class WlistCls[source]
Wlist commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_dasr() ExtSeqPdwRate [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:WLISt:DASR value: enums.ExtSeqPdwRate = driver.source.bb.esequencer.rtci.wlist.get_dasr()
The desired ARB Streaming 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 ARB PDW Streaming rate. At the same time, the required Memory will also increase.
- return:
streaming_rate: SR250K| SR750K| SR500K| SR1M SR250K: streaming rate = 250 kPDW/s SR500K: streaming rate = 500 kPDW/s SR750K: streaming rate = 750 kPDW/s SR1M: streaming rate = 1 MPDW/s
- set_dasr(streaming_rate: ExtSeqPdwRate) None [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:WLISt:DASR driver.source.bb.esequencer.rtci.wlist.set_dasr(streaming_rate = enums.ExtSeqPdwRate.SR1M)
The desired ARB Streaming 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 ARB PDW Streaming rate. At the same time, the required Memory will also increase.
- param streaming_rate:
SR250K| SR750K| SR500K| SR1M SR250K: streaming rate = 250 kPDW/s SR500K: streaming rate = 500 kPDW/s SR750K: streaming rate = 750 kPDW/s SR1M: streaming rate = 1 MPDW/s
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.esequencer.rtci.wlist.clone()
Subgroups