State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(transportChannelNull=TransportChannelNull.Default) bool[source]
# [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.
- Parameters:
transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, transportChannelNull=TransportChannelNull.Default) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF
transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)