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)

No command help available

param channelNull

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

return

channel_allowed: No help available

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)

No command help available

param channel_allowed

No help available

param channelNull

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