Coding
SCPI Command :
CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:CODing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default) float[source]
# CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:CODing value: float = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.coding.get(segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default, userIx = repcap.UserIx.Default)
The type of coding used by the PPDU
- Parameters:
segment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
ruAllocationIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)
userIx – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘User’)
- Returns:
type_py: 1 LDPC is used 0 BCC is used
- set(type_py: float, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default) None[source]
# CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:CODing driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.coding.set(type_py = 1.0, segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default, userIx = repcap.UserIx.Default)
The type of coding used by the PPDU
- Parameters:
type_py – 1 LDPC is used 0 BCC is used
segment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
ruAllocationIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)
userIx – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘User’)