Pattern

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:PATTern
value: str = driver.source.bb.wlnn.fblock.user.mpdu.data.pattern.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, macPdu = repcap.MacPdu.Default)

Determines the bit pattern for the PATTern selection.

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

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

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

Returns:

pattern: 64 bits

set(pattern: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default, macPdu=MacPdu.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU<ST>:DATA:PATTern
driver.source.bb.wlnn.fblock.user.mpdu.data.pattern.set(pattern = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, macPdu = repcap.MacPdu.Default)

Determines the bit pattern for the PATTern selection.

Parameters:
  • pattern – 64 bits

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

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

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