ShLength

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:SHLength
class ShLengthCls[source]

ShLength commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:SHLength
value: int = driver.source.bb.nfc.cblock.apGeneric.shLength.get(commandBlock = repcap.CommandBlock.Default)

Sets the length of a short frame in bits.

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

return

short_frame_len: integer Range: 1 to 7

set(short_frame_len: int, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:SHLength
driver.source.bb.nfc.cblock.apGeneric.shLength.set(short_frame_len = 1, commandBlock = repcap.CommandBlock.Default)

Sets the length of a short frame in bits.

param short_frame_len

integer Range: 1 to 7

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)