Pattern
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:TPC: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) PatternStruct [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:DATA:PATTern value: PatternStruct = driver.source.bb.c2K.mstation.tpc.data.pattern.get(mobileStation = repcap.MobileStation.Default)
Sets the bit pattern for the PATTern selection.
- 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: str, bitcount: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:DATA:PATTern driver.source.bb.c2K.mstation.tpc.data.pattern.set(pattern = rawAbc, bitcount = 1, mobileStation = repcap.MobileStation.Default)
Sets the bit pattern for the PATTern selection.
- param pattern
numeric
- param bitcount
integer Range: 1 to 64
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)