Time
SCPI Command :
CHANnel<*>:SKEW:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) float[source]
# CHANnel<*>:SKEW:TIME value: float = driver.channel.skew.time.get(channel = repcap.Channel.Default)
Sets a skew value to compensate for the delay of the measurement setup or from the circuit specifics that the instrument cannot compensate automatically. It affects only the selected input channel.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
offset: -100E-9 to 100E-9
- set(offset: float, channel=Channel.Default) None[source]
# CHANnel<*>:SKEW:TIME driver.channel.skew.time.set(offset = 1.0, channel = repcap.Channel.Default)
Sets a skew value to compensate for the delay of the measurement setup or from the circuit specifics that the instrument cannot compensate automatically. It affects only the selected input channel.
- Parameters:
offset – -100E-9 to 100E-9
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)