Data

SCPI Commands :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA
Commands in total: 3
Subgroups: 1
Direct child commands: 2
get_dselection() str[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection
value: str = driver.source.bb.btooth.econfiguration.pconfiguration.data.get_dselection()

Specifies data list file. The setting is relevant for method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.data.value() DLISt

Returns:

dselection: string

get_value() DataSourceB[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA
value: enums.DataSourceB = driver.source.bb.btooth.econfiguration.pconfiguration.data.get_value()

Selects the pattern source used for the payload.

Returns:

data: ALL0 | ALL1 | PATTern | PN09 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt ALL0 / ALL1 All 0 or all 1 pattern PATTern User-defined pattern. The pattern can be specified via: method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.data.dpattern.set() PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. DLISt Internal data list is used. The data list can be specified via: method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.data.dselection()

set_dselection(dselection: str) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection
driver.source.bb.btooth.econfiguration.pconfiguration.data.set_dselection(dselection = 'abc')

Specifies data list file. The setting is relevant for method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.data.value() DLISt

Parameters:

dselection – string

set_value(data: DataSourceB) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA
driver.source.bb.btooth.econfiguration.pconfiguration.data.set_value(data = enums.DataSourceB.ALL0)

Selects the pattern source used for the payload.

Parameters:

data – ALL0 | ALL1 | PATTern | PN09 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt ALL0 / ALL1 All 0 or all 1 pattern PATTern User-defined pattern. The pattern can be specified via: method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.data.dpattern.set() PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. DLISt Internal data list is used. The data list can be specified via: method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.data.dselection()

Cloning the Group

# Create a copy of the original group, that exists independently
data_copy = driver.source.bb.btooth.econfiguration.pconfiguration.data.clone()

Subgroups