State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:SUBC<DI>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, subChannel=SubChannel.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:SUBC<DI>:STATe value: bool = driver.source.bb.wlnn.fblock.ppuncturing.subc.state.get(frameBlock = repcap.FrameBlock.Default, subChannel = repcap.SubChannel.Default)
Requires enabled preamble puncturing. Selects or indicates the 20 MHz subchannel that is punctured in the preamble. If enabled, this subchannel is not transmitted.
- param frameBlock:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param subChannel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subc’)
- return:
ppuncturing_stat: OFF| ON| 1| 0
- set(ppuncturing_stat: bool, frameBlock=FrameBlock.Default, subChannel=SubChannel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:SUBC<DI>:STATe driver.source.bb.wlnn.fblock.ppuncturing.subc.state.set(ppuncturing_stat = False, frameBlock = repcap.FrameBlock.Default, subChannel = repcap.SubChannel.Default)
Requires enabled preamble puncturing. Selects or indicates the 20 MHz subchannel that is punctured in the preamble. If enabled, this subchannel is not transmitted.
- param ppuncturing_stat:
OFF| ON| 1| 0
- param frameBlock:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param subChannel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subc’)