NuInfo
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:NUINfo
- class NuInfoCls[source]
NuInfo commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:NUINfo value: int = driver.source.bb.wlnn.fblock.user.tfConfig.nuInfo.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: [:SOURce<hw>]:BB:WLNN:FBLock<ch>[:USER<di>]:TFConfig:NUINfo.
- 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
no_user_info: No help available
- set(no_user_info: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:NUINfo driver.source.bb.wlnn.fblock.user.tfConfig.nuInfo.set(no_user_info = 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: [:SOURce<hw>]:BB:WLNN:FBLock<ch>[:USER<di>]:TFConfig:NUINfo.
- param no_user_info
3 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’)