PadLength

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:PADLength
class PadLengthCls[source]

PadLength 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: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.

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

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

set(padding_length: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [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.

param padding_length

integer Range: 0 to 47040, Unit: byte

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