StpLength
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:APGeneric:STPLength
- class StpLengthCls[source]
StpLength 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:STPLength value: int = driver.source.bb.nfc.cblock.apGeneric.stpLength.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
std_frame_pay_len: integer Range: 1 to 8
- set(std_frame_pay_len: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param std_frame_pay_len
integer Range: 1 to 8
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)