Aupdate
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:AUPD
- class AupdateCls[source]
Aupdate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:AUPD value: int = driver.source.bb.nfc.cblock.aupdate.get(commandBlock = repcap.CommandBlock.Default)
Determines the format and value of the Maximum Response Time Information MRTICHECK and MRTIUPDATE.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
aupdate: No help available
- set(aupdate: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:AUPD driver.source.bb.nfc.cblock.aupdate.set(aupdate = 1, commandBlock = repcap.CommandBlock.Default)
Determines the format and value of the Maximum Response Time Information MRTICHECK and MRTIUPDATE.
- param aupdate
integer Range: 0 to 3
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)