TypePy

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:CODing:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) RsSmbv.enums.WlannFbCodType[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:CODing:TYPE
value: enums.WlannFbCodType = driver.source.bb.wlnn.fblock.user.coding.typePy.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Selects the channel coding.

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

type_py: OFF| BCC

set(type_py: RsSmbv.enums.WlannFbCodType, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:CODing:TYPE
driver.source.bb.wlnn.fblock.user.coding.typePy.set(type_py = enums.WlannFbCodType.BCC, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Selects the channel coding.

param type_py

OFF| BCC

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’)