Ibs

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:IBS
class IbsCls[source]

Ibs commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(physicalLayerPipe=PhysicalLayerPipe.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:IBS
value: bool = driver.source.bb.t2Dvb.plp.ibs.get(physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Queries the in-band signaling state.

param physicalLayerPipe:

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

return:

ibs: 1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.t2Dvb.plp.ibs.clone()

Subgroups