PnSeed
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:PNSeed
- class PnSeedCls[source]
PnSeed commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str [source]
# SCPI: [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.
- 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
pn_seed: 24 bits | 24 bit Range: #H000001,24 to #H7FFFFF,24
- set(pn_seed: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [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.
- param pn_seed
24 bits | 24 bit Range: #H000001,24 to #H7FFFFF,24
- 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’)