Cindication

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:CINDication
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:CINDication
value: str = driver.source.bb.wlnn.fblock.user.tfConfig.cinfo.cindication.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(cascade_ind: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:CINFo:CINDication
driver.source.bb.wlnn.fblock.user.tfConfig.cinfo.cindication.set(cascade_ind = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the value bits of the common info field.

Parameters:
  • cascade_ind – 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’)