StpLength
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STPLength
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STPLength value: int = driver.source.bb.nfc.cblock.apGeneric.stpLength.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’)
- Returns:
std_frame_pay_len: integer Range: 1 to 8
- set(std_frame_pay_len: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STPLength driver.source.bb.nfc.cblock.apGeneric.stpLength.set(std_frame_pay_len = 1, commandBlock = repcap.CommandBlock.Default)
Sets the length of a standard frame.
- Parameters:
std_frame_pay_len – integer Range: 1 to 8
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)