Trssi

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:UINFo<ST0>:TRSSi
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default, triggerFrameUser=TriggerFrameUser.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:UINFo<ST0>:TRSSi
value: str = driver.source.bb.wlnn.fblock.user.tfConfig.uinfo.trssi.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, triggerFrameUser = repcap.TriggerFrameUser.Default)

Sets the value bits of the user info field. You can configure the user info for up to 37 users with the following command: method RsSmw.source.bb.wlnn.fblock.user.tfConfig.nuInfo.set() .

Parameters:
  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

  • triggerFrameUser – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Uinfo’)

set(target_rssi: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default, triggerFrameUser=TriggerFrameUser.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:UINFo<ST0>:TRSSi
driver.source.bb.wlnn.fblock.user.tfConfig.uinfo.trssi.set(target_rssi = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, triggerFrameUser = repcap.TriggerFrameUser.Default)

Sets the value bits of the user info field. You can configure the user info for up to 37 users with the following command: method RsSmw.source.bb.wlnn.fblock.user.tfConfig.nuInfo.set() .

Parameters:
  • target_rssi – 3 bits

  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

  • triggerFrameUser – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Uinfo’)