Pattern
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBS:BHConfig:SBYTe:PATTern
- class PatternCls[source]
Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PatternStruct[source]
Response structure. Fields:
Sync: str: numeric
Bitcount: int: integer Range: 8 to 8
- get() PatternStruct [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:BHConfig:SBYTe:PATTern value: PatternStruct = driver.source.bb.dvb.dvbs.bhConfig.sbyte.pattern.get()
Sets the user packet synchronization byte.
- return
structure: for return value, see the help for PatternStruct structure arguments.
- set(sync: str, bitcount: int) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:BHConfig:SBYTe:PATTern driver.source.bb.dvb.dvbs.bhConfig.sbyte.pattern.set(sync = rawAbc, bitcount = 1)
Sets the user packet synchronization byte.
- param sync
numeric
- param bitcount
integer Range: 8 to 8