Gfield
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:HTCapability:GFIeld
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:HTCapability:GFIeld value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.htCapability.gfield.get(frameBlock = repcap.FrameBlock.Default)
Enables/disables the support for the reception of PPDUs with HT Greenfield format.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
green_field: 1 | ON | 0| OFF
- set(green_field: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:HTCapability:GFIeld driver.source.bb.wlnn.fblock.bfConfiguration.htCapability.gfield.set(green_field = False, frameBlock = repcap.FrameBlock.Default)
Enables/disables the support for the reception of PPDUs with HT Greenfield format.
- Parameters:
green_field – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)