nidaqmx.types

class nidaqmx.types.AOExpirationState(physical_channel, expiration_state, output_type)

Bases: tuple

property expiration_state

Alias for field number 1

property output_type

Alias for field number 2

property physical_channel

Alias for field number 0

class nidaqmx.types.AOPowerUpState(physical_channel, power_up_state, channel_type)

Bases: tuple

property channel_type

Alias for field number 2

property physical_channel

Alias for field number 0

property power_up_state

Alias for field number 1

class nidaqmx.types.CDAQSyncConnection(output_port, input_port)

Bases: tuple

property input_port

Alias for field number 1

property output_port

Alias for field number 0

class nidaqmx.types.COExpirationState(physical_channel, expiration_state)

Bases: tuple

property expiration_state

Alias for field number 1

property physical_channel

Alias for field number 0

class nidaqmx.types.CtrFreq(freq, duty_cycle)

Bases: tuple

property duty_cycle

Alias for field number 1

property freq

Alias for field number 0

class nidaqmx.types.CtrTick(high_tick, low_tick)

Bases: tuple

property high_tick

Alias for field number 0

property low_tick

Alias for field number 1

class nidaqmx.types.CtrTime(high_time, low_time)

Bases: tuple

property high_time

Alias for field number 0

property low_time

Alias for field number 1

class nidaqmx.types.DOExpirationState(physical_channel, expiration_state)

Bases: tuple

property expiration_state

Alias for field number 1

property physical_channel

Alias for field number 0

class nidaqmx.types.DOPowerUpState(physical_channel, power_up_state)

Bases: tuple

property physical_channel

Alias for field number 0

property power_up_state

Alias for field number 1

class nidaqmx.types.DOResistorPowerUpState(physical_channel, power_up_state)

Bases: tuple

property physical_channel

Alias for field number 0

property power_up_state

Alias for field number 1

class nidaqmx.types.PowerMeasurement(voltage, current)

Bases: tuple

property current

Alias for field number 1

property voltage

Alias for field number 0