Eupd

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:EUPD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:EUPD
value: int = driver.source.bb.nfc.cblock.eupd.get(commandBlock = repcap.CommandBlock.Default)

Determines the format and value of the Maximum Response Time Information MRTICHECK and MRTIUPDATE.

Parameters:

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

Returns:

eupdate: integer Range: 0 to 3

set(eupdate: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:EUPD
driver.source.bb.nfc.cblock.eupd.set(eupdate = 1, commandBlock = repcap.CommandBlock.Default)

Determines the format and value of the Maximum Response Time Information MRTICHECK and MRTIUPDATE.

Parameters:
  • eupdate – integer Range: 0 to 3

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