Pattern

SCPI Command :

[SOURce<HW>]:BB:LORA:TRIGger:OUTPut<CH>:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PatternStruct[source]

Response structure. Fields:

  • 1 Pattern: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 64

get(output=Output.Default) PatternStruct[source]
# [SOURce<HW>]:BB:LORA:TRIGger:OUTPut<CH>:PATTern
value: PatternStruct = driver.source.bb.lora.trigger.output.pattern.get(output = repcap.Output.Default)

Sets the bit pattern defining the marker signal.

Parameters:

output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

Returns:

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

set(pattern: str, bitcount: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:LORA:TRIGger:OUTPut<CH>:PATTern
driver.source.bb.lora.trigger.output.pattern.set(pattern = rawAbc, bitcount = 1, output = repcap.Output.Default)

Sets the bit pattern defining the marker signal.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 1 to 64

  • output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)