Pattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CHANnel<CH>:DPDCh:DATA: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: 1 to 64
- get(mobileStation=MobileStation.Default, channel=Channel.Default) PatternStruct [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CHANnel<CH>:DPDCh:DATA:PATTern value: PatternStruct = driver.source.bb.w3Gpp.mstation.channel.dpdch.data.pattern.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
The command enters the bit pattern for the PATTern data source selection. The first parameter determines the bit pattern (choice of hexadecimal, octal or binary notation) , the second specifies the number of bits to use.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)
- return
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int, mobileStation=MobileStation.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CHANnel<CH>:DPDCh:DATA:PATTern driver.source.bb.w3Gpp.mstation.channel.dpdch.data.pattern.set(pattern = rawAbc, bitcount = 1, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
The command enters the bit pattern for the PATTern data source selection. The first parameter determines the bit pattern (choice of hexadecimal, octal or binary notation) , the second specifies the number of bits to use.
- param pattern
numeric
- param bitcount
integer Range: 1 to 64
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)