Callowed
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:CTABle:[CHANnel<CH0>]:CALLowed
- class CallowedCls[source]
Callowed commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CTABle:[CHANnel<CH0>]:CALLowed value: bool = driver.source.bb.btooth.cs.correctionTable.channel.callowed.get(channelNull = repcap.ChannelNull.Default)
Enables transmission of the subevent via the selected channel.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return:
channel_allowed: 1| ON| 0| OFF For a description, see also table Table ‘CS channel index and allowed channels’. 1|ON Enables transmission of the subevent for the selected channel. 0|OFF Disables transmission of the subevent for the selected channel.
- set(channel_allowed: bool, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CTABle:[CHANnel<CH0>]:CALLowed driver.source.bb.btooth.cs.correctionTable.channel.callowed.set(channel_allowed = False, channelNull = repcap.ChannelNull.Default)
Enables transmission of the subevent via the selected channel.
- param channel_allowed:
1| ON| 0| OFF For a description, see also table Table ‘CS channel index and allowed channels’. 1|ON Enables transmission of the subevent for the selected channel. 0|OFF Disables transmission of the subevent for the selected channel.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)