PnSeed

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:PNSeed
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:PNSeed
value: str = driver.source.bb.wlnn.fblock.user.pnSeed.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the PN seed. Use this setting, if you don’t use the default PN seed.

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’)

Returns:

pn_seed: 24 bits | 24 bit Range: #H000001,24 to #H7FFFFF,24

set(pn_seed: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:PNSeed
driver.source.bb.wlnn.fblock.user.pnSeed.set(pn_seed = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the PN seed. Use this setting, if you don’t use the default PN seed.

Parameters:
  • pn_seed – 24 bits | 24 bit Range: #H000001,24 to #H7FFFFF,24

  • 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’)