State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:DPNSeed:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:DPNSeed:STATe value: bool = driver.source.bb.wlnn.fblock.user.dpnSeed.state.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Activates the default PN seed. The seed is used initially to generate the pseudo-random noise sequence.
- 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
default_pn_seed: 1| ON| 0| OFF
- set(default_pn_seed: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:DPNSeed:STATe driver.source.bb.wlnn.fblock.user.dpnSeed.state.set(default_pn_seed = False, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Activates the default PN seed. The seed is used initially to generate the pseudo-random noise sequence.
- param default_pn_seed
1| ON| 0| OFF
- 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’)