Plength

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:FPGeneric:PLENgth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:FPGeneric:PLENgth
value: int = driver.source.bb.nfc.cblock.fpGeneric.plength.get(commandBlock = repcap.CommandBlock.Default)

Sets the length of a standard frame.

Parameters:

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

set(payload_length: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:FPGeneric:PLENgth
driver.source.bb.nfc.cblock.fpGeneric.plength.set(payload_length = 1, commandBlock = repcap.CommandBlock.Default)

Sets the length of a standard frame.

Parameters:
  • payload_length – integer Range: 1 to 8

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