ShLength
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:SHLength
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
short_frame_len: integer Range: 1 to 7
- set(short_frame_len: int, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
short_frame_len – integer Range: 1 to 7
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)