Select
SCPI Command :
SENSe<CH>:[POWer]:CORRection:SPDevice:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) float [source]
# SCPI: SENSe<CH>:[POWer]:CORRection:SPDevice:SELect value: float = driver.sense.power.correction.spDevice.select.get(channel = repcap.Channel.Default)
Several S-parameter tables can be stored in a sensor. The command selects a loaded data set for S-parameter correction for the corresponding sensor.
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return
select: float
- set(select: float, channel=Channel.Default) None [source]
# SCPI: SENSe<CH>:[POWer]:CORRection:SPDevice:SELect driver.sense.power.correction.spDevice.select.set(select = 1.0, channel = repcap.Channel.Default)
Several S-parameter tables can be stored in a sensor. The command selects a loaded data set for S-parameter correction for the corresponding sensor.
- param select
float
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)