State

SCPI Command :

SENSe<CH>:[POWer]:CORRection:SPDevice:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channel=Channel.Default) bool[source]
# SCPI: SENSe<CH>:[POWer]:CORRection:SPDevice:STATe
value: bool = driver.sense.power.correction.spDevice.state.get(channel = repcap.Channel.Default)

Activates the use of the S-parameter correction data. Note: If you use power sensors with attenuator, the instrument automatically activates the use of S-parameter data.

param channel

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

return

state: 1| ON| 0| OFF

set(state: bool, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:CORRection:SPDevice:STATe
driver.sense.power.correction.spDevice.state.set(state = False, channel = repcap.Channel.Default)

Activates the use of the S-parameter correction data. Note: If you use power sensors with attenuator, the instrument automatically activates the use of S-parameter data.

param state

1| ON| 0| OFF

param channel

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