Bic<BlockIdCode>

RepCap Settings

# Range: Nr1 .. Nr3
rc = driver.source.bb.radio.fm.darc.bic.repcap_blockIdCode_get()
driver.source.bb.radio.fm.darc.bic.repcap_blockIdCode_set(repcap.BlockIdCode.Nr1)

SCPI Command :

[SOURce<HW>]:BB:RADio:FM:DARC:BIC<CH>
class BicCls[source]

Bic commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: BlockIdCode, default value after init: BlockIdCode.Nr1

get(blockIdCode=BlockIdCode.Default) str[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:DARC:BIC<CH>
value: str = driver.source.bb.radio.fm.darc.bic.get(blockIdCode = repcap.BlockIdCode.Default)

Specifies data for block identification codes 1 to 3.

param blockIdCode:

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

return:

darc_bic: string

set(darc_bic: str, blockIdCode=BlockIdCode.Default) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:DARC:BIC<CH>
driver.source.bb.radio.fm.darc.bic.set(darc_bic = 'abc', blockIdCode = repcap.BlockIdCode.Default)

Specifies data for block identification codes 1 to 3.

param darc_bic:

string

param blockIdCode:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.radio.fm.darc.bic.clone()