Technology

SCPI Command :

TRIGger<*>:NFC:TECHnology
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) NfcTechnology[source]
# TRIGger<*>:NFC:TECHnology
value: enums.NfcTechnology = driver.trigger.nfc.technology.get(trigger = repcap.Trigger.Default)

Selects the NFC technology, the communication protocol used by the input signal.

Parameters:

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

Returns:

technology: NFCA | NFCB | NFCF

set(technology: NfcTechnology, trigger=Trigger.Default) None[source]
# TRIGger<*>:NFC:TECHnology
driver.trigger.nfc.technology.set(technology = enums.NfcTechnology.NFCA, trigger = repcap.Trigger.Default)

Selects the NFC technology, the communication protocol used by the input signal.

Parameters:
  • technology – NFCA | NFCB | NFCF

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