Dlist

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:DLISt
class DlistCls[source]

Dlist commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channelNull=ChannelNull.Default) str[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:DLISt
value: str = driver.source.bb.btooth.cs.sevent.dlist.get(channelNull = repcap.ChannelNull.Default)

Selects a data list file as the data source for the companion signal. Select the file from the default instrument directory or a specific directory.

param channelNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)

return:

data_list: string

set(data_list: str, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:DLISt
driver.source.bb.btooth.cs.sevent.dlist.set(data_list = 'abc', channelNull = repcap.ChannelNull.Default)

Selects a data list file as the data source for the companion signal. Select the file from the default instrument directory or a specific directory.

param data_list:

string

param channelNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)