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 an delay value, that is known from the circuit specifics but cannot be compensated by the instrument 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 an delay value, that is known from the circuit specifics but cannot be compensated by the instrument 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’)