Event

SCPI Command :

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

Sets the event to be triggered on.

Parameters:

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

Returns:

event: ALL | SEN | ALLB | SENB | SOS48 | SOS96

  • ALL | SEN: ALL_REQ and SENS_REQ commands (polling requests) , only with NFC-A technology

  • ALLB | SENB: ALLB_REQ and SENSB_REQ commands, only with NFC-B technology

  • SOS48 | SOS96: Start of sequence, 48 bit 96 bit land length, only with NFC-F technology

set(event: TriggerNfcEvent, trigger=Trigger.Default) None[source]
# TRIGger<*>:NFC:EVENt
driver.trigger.nfc.event.set(event = enums.TriggerNfcEvent.ALL, trigger = repcap.Trigger.Default)

Sets the event to be triggered on.

Parameters:
  • event

    ALL | SEN | ALLB | SENB | SOS48 | SOS96

    • ALL | SEN: ALL_REQ and SENS_REQ commands (polling requests) , only with NFC-A technology

    • ALLB | SENB: ALLB_REQ and SENSB_REQ commands, only with NFC-B technology

    • SOS48 | SOS96: Start of sequence, 48 bit 96 bit land length, only with NFC-F technology

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