T1Tconfigured
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:T1TConfigured
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) bool[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:T1TConfigured value: bool = driver.source.bb.nfc.cblock.t1Tconfigured.get(commandBlock = repcap.CommandBlock.Default)
Determines whether Type 1 Tag platform is configured or not.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
t_1_tp_configured: 1 | ON | 0| OFF
- set(t_1_tp_configured: bool, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:T1TConfigured driver.source.bb.nfc.cblock.t1Tconfigured.set(t_1_tp_configured = False, commandBlock = repcap.CommandBlock.Default)
Determines whether Type 1 Tag platform is configured or not.
- Parameters:
t_1_tp_configured – 1 | ON | 0| OFF
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)