Duration
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:DURation
- class DurationCls[source]
Duration commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) float [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DURation value: float = driver.source.bb.nfc.cblock.duration.get(commandBlock = repcap.CommandBlock.Default)
Determines the frame period in us.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
duration: float Range: 0 to 1E6
- set(duration: float, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DURation driver.source.bb.nfc.cblock.duration.set(duration = 1.0, commandBlock = repcap.CommandBlock.Default)
Determines the frame period in us.
- param duration
float Range: 0 to 1E6
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)