Plength
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:FPGeneric:PLENgth
- class PlengthCls[source]
Plength commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
payload_length: No help available
- set(payload_length: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param payload_length
integer Range: 1 to 8
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)