Dpattern

SCPI Command :

[SOURce<HW>]:BB:LORA:FCONfiguration:DATA:DPATtern
class DpatternCls[source]

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

class DpatternStruct[source]

Response structure. Fields:

  • Dpattern: List[str]: numeric

  • Bitcount: int: integer Range: 1 to 64

get() DpatternStruct[source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:DATA:DPATtern
value: DpatternStruct = driver.source.bb.lora.fconfiguration.data.dpattern.get()

Sets the data pattern, if the data source PATT is selected.

return

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

set(dpattern: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:DATA:DPATtern
driver.source.bb.lora.fconfiguration.data.dpattern.set(dpattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

Sets the data pattern, if the data source PATT is selected.

param dpattern

numeric

param bitcount

integer Range: 1 to 64