Pattern

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:FBI:PATTern
class PatternCls[source]

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

class PatternStruct[source]

Response structure. Fields:

  • Pattern: List[str]: numeric The first parameter determines the bit pattern (choice of hexadecimal, octal or binary notation) , the second specifies the number of bits to use.

  • Bitcount: int: integer Range: 1 to 32

get(mobileStation=MobileStation.Default) PatternStruct[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:FBI:PATTern
value: PatternStruct = driver.source.bb.w3Gpp.mstation.dpcch.fbi.pattern.get(mobileStation = repcap.MobileStation.Default)

The command determines the bit pattern when the PATTern data source is selected for the FBI field.

param mobileStation

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

return

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

set(pattern: List[str], bitcount: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:FBI:PATTern
driver.source.bb.w3Gpp.mstation.dpcch.fbi.pattern.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, mobileStation = repcap.MobileStation.Default)

The command determines the bit pattern when the PATTern data source is selected for the FBI field.

param pattern

numeric The first parameter determines the bit pattern (choice of hexadecimal, octal or binary notation) , the second specifies the number of bits to use.

param bitcount

integer Range: 1 to 32

param mobileStation

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