Mode
SCPI Command :
PROBe<*>:SETup:ATTenuation:THReshold:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) AutoManualMode[source]
# PROBe<*>:SETup:ATTenuation:THReshold:MODE value: enums.AutoManualMode = driver.probe.setup.attenuation.threshold.mode.get(probe = repcap.Probe.Default)
The threshold for switching the probe attenuation can be set automatically by the instrument (AUTO) , or you can set it yourself (MANual) . If set to MANual, define the threshold value with method
RsRtx.probe.setup.attenuation.threshold.value.set().- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- set(att_thres_md: AutoManualMode, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ATTenuation:THReshold:MODE driver.probe.setup.attenuation.threshold.mode.set(att_thres_md = enums.AutoManualMode.AUTO, probe = repcap.Probe.Default)
The threshold for switching the probe attenuation can be set automatically by the instrument (AUTO) , or you can set it yourself (MANual) . If set to MANual, define the threshold value with method
RsRtx.probe.setup.attenuation.threshold.value.set().- Parameters:
att_thres_md – AUTO | MANual
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)