Manual
SCPI Command :
CHANnel<*>:SKEW:MANual
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:SKEW:MANual value: bool = driver.channel.skew.manual.get(channel = repcap.Channel.Default)
If enabled, the skew offset value (method
RsRtx.channel.skew.time.set()) is used for compensation. This improves horizontal and trigger accuracy.- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
manual_compens: OFF | ON
- set(manual_compens: bool, channel=Channel.Default) None[source]
# CHANnel<*>:SKEW:MANual driver.channel.skew.manual.set(manual_compens = False, channel = repcap.Channel.Default)
If enabled, the skew offset value (method
RsRtx.channel.skew.time.set()) is used for compensation. This improves horizontal and trigger accuracy.- Parameters:
manual_compens – OFF | ON
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)