Pattern

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:GHConfig:LABel: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: 48 to 48

get() PatternStruct[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:LABel:PATTern
value: PatternStruct = driver.source.bb.dvb.dvbx.ghConfig.label.pattern.get()

Sets the label used for addressing.

Returns:

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

set(pattern: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:LABel:PATTern
driver.source.bb.dvb.dvbx.ghConfig.label.pattern.set(pattern = rawAbc, bitcount = 1)

Sets the label used for addressing.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 48 to 48