Kparameter
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:KPARameter
- class KparameterCls[source]
Kparameter commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:KPARameter value: int = driver.source.bb.nfc.cblock.kparameter.get(commandBlock = repcap.CommandBlock.Default)
Determines the number of historical bytes (T1 to Tk) .
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
kparameter: integer Range: 0 to 15
- set(kparameter: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:KPARameter driver.source.bb.nfc.cblock.kparameter.set(kparameter = 1, commandBlock = repcap.CommandBlock.Default)
Determines the number of historical bytes (T1 to Tk) .
- param kparameter
integer Range: 0 to 15
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)