State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:SUBC<DI>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, subChannel=SubChannel.Default) bool[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
subChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subc’)
- Returns:
ppuncturing_stat: OFF | ON | 1| 0
- set(ppuncturing_stat: bool, frameBlock=FrameBlock.Default, subChannel=SubChannel.Default) None[source]
# [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.
- Parameters:
ppuncturing_stat – OFF | ON | 1| 0
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
subChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subc’)