Dpattern
SCPI Command :
[SOURce<HW>]:BB:LORA:FCONfiguration:DATA:DPATtern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class DpatternStruct[source]
Response structure. Fields:
1 Dpattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get() DpatternStruct[source]
# [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.
- Returns:
structure: for return value, see the help for DpatternStruct structure arguments.
- set(dpattern: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:LORA:FCONfiguration:DATA:DPATtern driver.source.bb.lora.fconfiguration.data.dpattern.set(dpattern = rawAbc, bitcount = 1)
Sets the data pattern, if the data source PATT is selected.
- Parameters:
dpattern – numeric
bitcount – integer Range: 1 to 64