Pattern

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:DL:USER<CH>:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PatternStruct[source]

Response structure. Fields:

  • 1 Pattern: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 64

get(userIx=UserIx.Default) PatternStruct[source]
# [SOURce<HW>]:BB:ONEWeb:DL:USER<CH>:PATTern
value: PatternStruct = driver.source.bb.oneweb.downlink.user.pattern.get(userIx = repcap.UserIx.Default)

Sets a bit pattern as data source.

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:ONEWeb:DL:USER<CH>:PATTern
driver.source.bb.oneweb.downlink.user.pattern.set(pattern = rawAbc, bitcount = 1, userIx = repcap.UserIx.Default)

Sets a bit pattern as data source.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 1 to 64

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)