Data

SCPI Commands :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DPATtern
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA
Commands in total: 3
Subgroups: 0
Direct child commands: 3
class DpatternStruct[source]

Structure for reading output parameters. Fields:

  • Dpattern: str: numeric

  • Bitcount: int: integer Range: 1 to 64

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

Specifies the user-defined pattern. The setting is relevant for method RsSmw.source.bb.btooth.econfiguration.pconfiguration.data.value() PATTern

Returns:

structure: for return value, see the help for DpatternStruct structure arguments.

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

Selects a data list file from the default directory or from the specific directory. Using data list (DLISt) data requires one of the following commands:

  • BB:BTO:ECON:PCON:DATA DLISt See method RsSmw.source.bb.btooth.econfiguration.pconfiguration.data.value() .

  • BB:BTO:DTT:TPC:UPS DLISt See method RsSmw.source.bb.btooth.dtTest.tpConfiguration.up_source() .

Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

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 RsSmw.source.bb.btooth.econfiguration.pconfiguration.data.dpattern() 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 RsSmw.source.bb.btooth.econfiguration.pconfiguration.data.dselection()