Wlist

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:RTCI:WLISt:DASR
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_dasr() ExtSeqPdwRate[source]
# [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.

Returns:

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]
# [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.

Parameters:

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 copy of the original group, that exists independently
wlist_copy = driver.source.bb.esequencer.rtci.wlist.clone()

Subgroups