PadLength

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:PADLength
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:PADLength
value: int = driver.source.bb.wlnn.fblock.user.tfConfig.padLength.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Queries the length of the padding field in the trigger frame. The length is returned in bytes.

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’)

Returns:

padding_length: integer Range: 0 to 47040, Unit: byte

set(padding_length: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:PADLength
driver.source.bb.wlnn.fblock.user.tfConfig.padLength.set(padding_length = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Queries the length of the padding field in the trigger frame. The length is returned in bytes.

Parameters:
  • padding_length – integer Range: 0 to 47040, Unit: byte

  • 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’)