Pattern
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>: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: 32 to 32
- get(userIx=UserIx.Default) PatternStruct[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:DATA:PATTern value: PatternStruct = driver.source.bb.evdo.user.data.pattern.get(userIx = repcap.UserIx.Default)
Sets the data pattern for the data portion of the packets sent to the user. The most significant bit (MSB) of this value is the MSB of the packet and the word is repeated to fill all space within the packet.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:DATA:PATTern driver.source.bb.evdo.user.data.pattern.set(pattern = rawAbc, bitcount = 1, userIx = repcap.UserIx.Default)
Sets the data pattern for the data portion of the packets sent to the user. The most significant bit (MSB) of this value is the MSB of the packet and the word is repeated to fill all space within the packet.
- Parameters:
pattern – numeric
bitcount – integer Range: 32 to 32
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)