Pattern

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:SERVice:PATTern
class PatternCls[source]

Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:SERVice:PATTern
value: List[str] = driver.source.bb.wlnn.fblock.user.service.pattern.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

The command sets the value of the service field. The standard specifies a default value of 0. Other values can be entered in hexadecimal form for test purposes or future extensions.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param userIx

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

return

pattern: 16 bits

set(pattern: List[str], frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:SERVice:PATTern
driver.source.bb.wlnn.fblock.user.service.pattern.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

The command sets the value of the service field. The standard specifies a default value of 0. Other values can be entered in hexadecimal form for test purposes or future extensions.

param pattern

16 bits

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param userIx

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