Pattern

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:GHConfig:LABel:PATTern
class PatternCls[source]

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

class PatternStruct[source]

Response structure. Fields:

  • Pattern: str: numeric

  • Bitcount: int: integer Range: 48 to 48

get() PatternStruct[source]
# SCPI: [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.

return

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

set(pattern: str, bitcount: int) None[source]
# SCPI: [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.

param pattern

numeric

param bitcount

integer Range: 48 to 48