Kparameter

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:KPARameter
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) int[source]
# [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) .

Parameters:

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

Returns:

kparameter: integer Range: 0 to 15

set(kparameter: int, commandBlock=CommandBlock.Default) None[source]
# [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) .

Parameters:
  • kparameter – integer Range: 0 to 15

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