State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(transportChannelNull=TransportChannelNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:STATe
value: bool = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.state.get(transportChannelNull = repcap.TransportChannelNull.Default)

The command activates/deactivates the selected transport channel.

param transportChannelNull

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

return

state: 1| ON| 0| OFF

set(state: bool, transportChannelNull=TransportChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:STATe
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.state.set(state = False, transportChannelNull = repcap.TransportChannelNull.Default)

The command activates/deactivates the selected transport channel.

param state

1| ON| 0| OFF

param transportChannelNull

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