TfType

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:TFTYpe
class TfTypeCls[source]

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

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) RsSmbv.enums.WlannFbTrigFrmType[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:TFTYpe
value: enums.WlannFbTrigFrmType = driver.source.bb.wlnn.fblock.user.tfConfig.cinfo.tfType.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the value bits of the common info field.

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

trig_frm_type: No help available

set(trig_frm_type: RsSmbv.enums.WlannFbTrigFrmType, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:TFTYpe
driver.source.bb.wlnn.fblock.user.tfConfig.cinfo.tfType.set(trig_frm_type = enums.WlannFbTrigFrmType.BASIC, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the value bits of the common info field.

param trig_frm_type

6 bits

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