CsRequired
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:CSRequired
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:CSRequired value: str = driver.source.bb.wlnn.fblock.user.tfConfig.cinfo.csRequired.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the value bits of the common info field.
- 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(cs_required: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:CSRequired driver.source.bb.wlnn.fblock.user.tfConfig.cinfo.csRequired.set(cs_required = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the value bits of the common info field.
- Parameters:
cs_required – 6 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’)