Duration

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DURation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) float[source]
# [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.

Parameters:

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

Returns:

duration: float Range: 0 to 1E6

set(duration: float, commandBlock=CommandBlock.Default) None[source]
# [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.

Parameters:
  • duration – float Range: 0 to 1E6

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