State

SCPI Command :

CHANnel<*>:EFRontend:ALIGn:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) bool[source]
# CHANnel<*>:EFRontend:ALIGn:STATe
value: bool = driver.channel.efrontend.align.state.get(channel = repcap.Channel.Default)

Activates the correction of the IF signal due to IF cable loss from the frontend to the oscilloscope. Activating loads the S-parameter file that is defined with method RsRtx.channel.efrontend.align.file.set() .

Parameters:

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

set(use_cable_deembedding: bool, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:ALIGn:STATe
driver.channel.efrontend.align.state.set(use_cable_deembedding = False, channel = repcap.Channel.Default)

Activates the correction of the IF signal due to IF cable loss from the frontend to the oscilloscope. Activating loads the S-parameter file that is defined with method RsRtx.channel.efrontend.align.file.set() .

Parameters:
  • use_cable_deembedding – OFF | ON

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)