State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:STATe value: bool = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.state.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)
The command activates/deactivates the selected transport channel.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- param transportChannelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
- return
state: ON| OFF
- set(state: bool, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:STATe driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.state.set(state = False, channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)
The command activates/deactivates the selected transport channel.
- param state
ON| OFF
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- param transportChannelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)