Pattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DATA:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PatternStruct[source]
Response structure. Fields:
1 Pattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get(mobileStation=MobileStation.Default) PatternStruct[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DATA:PATTern value: PatternStruct = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.data.pattern.get(mobileStation = repcap.MobileStation.Default)
The command determines the bit pattern for the PATTern data source selection. The maximum length of the bit pattern is 64 bits.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DATA:PATTern driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.data.pattern.set(pattern = rawAbc, bitcount = 1, mobileStation = repcap.MobileStation.Default)
The command determines the bit pattern for the PATTern data source selection. The maximum length of the bit pattern is 64 bits.
- Parameters:
pattern – numeric
bitcount – integer Range: 1 to 64
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)