UiIndex

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:UIINdex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:UIINdex
value: int = driver.source.bb.wlnn.fblock.user.tfConfig.uiIndex.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.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’)

set(user_info_index: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:UIINdex
driver.source.bb.wlnn.fblock.user.tfConfig.uiIndex.set(user_info_index = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.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:
  • user_info_index – 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’)