T1Tconfigured
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:T1TConfigured
- class T1TconfiguredCls[source]
T1Tconfigured commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) bool [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
t_1_tp_configured: 1| ON| 0| OFF
- set(t_1_tp_configured: bool, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param t_1_tp_configured
1| ON| 0| OFF
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)