Extended
SCPI Command :
CHANnel<*>:SKEW:EXTended
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:SKEW:EXTended value: bool = driver.channel.skew.extended.get(channel = repcap.Channel.Default)
Enables a higher skew value range that can be set with method
RsRtx.channel.skew.time.set(). The skew extension reduces the maximum number of acquisitions in the memory.- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- set(extended_user_skw: bool, channel=Channel.Default) None[source]
# CHANnel<*>:SKEW:EXTended driver.channel.skew.extended.set(extended_user_skw = False, channel = repcap.Channel.Default)
Enables a higher skew value range that can be set with method
RsRtx.channel.skew.time.set(). The skew extension reduces the maximum number of acquisitions in the memory.- Parameters:
extended_user_skw – OFF | ON
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)