Select

SCPI Command :

SENSe<CH>:[POWer]:CORRection:SPDevice:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# 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.

Parameters:

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

Returns:

select: float

set(select: float, channel=Channel.Default) None[source]
# 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.

Parameters:
  • select – float

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